2013-06-24 15:23:45 +02:00
|
|
|
add_executable(plugintest
|
|
|
|
main.cpp
|
|
|
|
plugintest.cpp
|
|
|
|
)
|
|
|
|
|
2016-06-12 15:14:35 +02:00
|
|
|
target_link_libraries(plugintest KF5::Plasma KF5::I18n KF5::Service Qt5::DBus Qt5::Widgets)
|
2013-06-24 15:23:45 +02:00
|
|
|
|
2014-04-26 13:14:03 +02:00
|
|
|
#install(TARGETS plugintest ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
|
2013-06-24 15:23:45 +02:00
|
|
|
|