2013-06-24 15:23:45 +02:00
|
|
|
project("plugintest")
|
|
|
|
|
|
|
|
add_executable(plugintest
|
|
|
|
main.cpp
|
|
|
|
plugintest.cpp
|
|
|
|
)
|
|
|
|
|
2013-12-11 14:01:52 +01:00
|
|
|
target_link_libraries(plugintest KF5::Plasma KF5::I18n KF5::Service Qt5::DBus)
|
2013-06-24 15:23:45 +02:00
|
|
|
|
|
|
|
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
|
|
|
|
|
|
|
|
#install(TARGETS plugintest ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
|