Rename plasmapkg to plasmapkg2
So it can be co-installed in the same prefix as kde-runtime(4) REVIEW: 115605
This commit is contained in:
parent
c0f59b4be7
commit
cc34d2c17e
@ -1,13 +1,13 @@
|
||||
project("plasmapkg")
|
||||
|
||||
add_executable(plasmapkg
|
||||
add_executable(plasmapkg2
|
||||
main.cpp
|
||||
plasmapkg.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(plasmapkg KF5::Plasma KF5::I18n KF5::Service KF5::CoreAddons Qt5::DBus)
|
||||
target_link_libraries(plasmapkg2 KF5::Plasma KF5::I18n KF5::Service KF5::CoreAddons Qt5::DBus)
|
||||
|
||||
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
|
||||
|
||||
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS plasmapkg2 ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user