2014-09-23 19:05:22 +01:00
|
|
|
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}/core)
|
2014-06-18 01:49:07 +01:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-plugins\")
|
2013-08-13 04:14:46 +01:00
|
|
|
install(FILES kdeconnect_plugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
|
2013-08-13 04:07:32 +01:00
|
|
|
|
2013-08-12 15:09:52 +01:00
|
|
|
add_subdirectory(ping)
|
2013-08-13 05:09:14 +01:00
|
|
|
add_subdirectory(pausemusic)
|
2013-08-13 05:35:58 +01:00
|
|
|
add_subdirectory(mpriscontrol)
|
2013-08-13 14:48:02 +01:00
|
|
|
add_subdirectory(clipboard)
|
2013-08-13 23:09:05 +01:00
|
|
|
add_subdirectory(telephony)
|
|
|
|
add_subdirectory(battery)
|
2014-06-27 14:41:47 +01:00
|
|
|
add_subdirectory(mousepad)
|
2013-11-23 00:39:10 +00:00
|
|
|
add_subdirectory(share)
|
2013-08-13 23:18:32 +01:00
|
|
|
add_subdirectory(notifications)
|
2014-01-06 20:56:51 +00:00
|
|
|
add_subdirectory(sftp)
|
2014-12-29 08:03:41 +00:00
|
|
|
add_subdirectory(screensaver-inhibit)
|
2013-08-13 23:09:05 +01:00
|
|
|
|
2015-06-18 03:01:01 +01:00
|
|
|
if(EXPERIMENTALAPP_ENABLED)
|
|
|
|
add_subdirectory(mprisremote)
|
2015-07-22 02:19:29 +01:00
|
|
|
add_subdirectory(remotecontrol)
|
2015-07-22 02:37:34 +01:00
|
|
|
add_subdirectory(lockdevice)
|
2015-06-18 03:01:01 +01:00
|
|
|
endif()
|
|
|
|
|
2014-11-10 04:35:47 +00:00
|
|
|
#FIXME: If we split notifications in several files, they won't appear in the same group in the Notifications KCM
|
2014-11-12 05:40:54 +00:00
|
|
|
install(FILES kdeconnect.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
|