2017-03-27 19:44:12 +01:00
|
|
|
find_package(KF5Notifications REQUIRED)
|
2017-05-24 18:59:04 +01:00
|
|
|
find_package(KF5KCMUtils REQUIRED)
|
2017-03-27 19:44:12 +01:00
|
|
|
|
2016-11-23 16:49:41 +00:00
|
|
|
add_executable(kdeconnect-indicator main.cpp deviceindicator.cpp)
|
2017-05-24 21:52:14 +01:00
|
|
|
target_link_libraries(kdeconnect-indicator Qt5::Widgets KF5::CoreAddons KF5::I18n KF5::Notifications KF5::DBusAddons KF5::KCMUtils kdeconnectinterfaces)
|
2016-11-23 18:41:55 +00:00
|
|
|
|
|
|
|
install(TARGETS kdeconnect-indicator ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2017-05-24 20:56:59 +01:00
|
|
|
install(PROGRAMS org.kde.kdeconnect.nonplasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|