2014-12-29 08:03:41 +00:00
|
|
|
set(kdeconnect_screensaver_inhibit_SRCS
|
|
|
|
screensaverinhibitplugin.cpp
|
|
|
|
)
|
|
|
|
|
2015-01-11 04:14:01 +00:00
|
|
|
add_library(kdeconnect_screensaver_inhibit ${kdeconnect_screensaver_inhibit_SRCS})
|
2014-12-29 08:03:41 +00:00
|
|
|
|
2015-01-11 04:14:01 +00:00
|
|
|
target_link_libraries(kdeconnect_screensaver_inhibit kdeconnectcore
|
|
|
|
Qt5::DBus
|
|
|
|
KF5::I18n
|
|
|
|
KF5::Service
|
|
|
|
KF5::Notifications
|
|
|
|
)
|
2014-12-29 08:03:41 +00:00
|
|
|
|
|
|
|
install(TARGETS kdeconnect_screensaver_inhibit DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
install(FILES kdeconnect_screensaver_inhibit.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|