Warning, /network/kdeconnect-kde/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-plugins\")
0002
0003 add_subdirectory(ping)
0004 add_subdirectory(connectivity-report)
0005 add_subdirectory(remotecommands)
0006 add_subdirectory(remotecontrol)
0007 add_subdirectory(remotesystemvolume)
0008 add_subdirectory(clipboard)
0009 add_subdirectory(runcommand)
0010
0011
0012 if(NOT WIN32)
0013 # https://bugs.kde.org/show_bug.cgi?id=444612
0014 add_subdirectory(battery)
0015 endif()
0016
0017 if(NOT WIN32 AND NOT APPLE)
0018 add_subdirectory(bigscreen)
0019 endif()
0020
0021 add_subdirectory(presenter)
0022
0023 if((WIN32 AND MSVC AND (${CMAKE_SYSTEM_VERSION} VERSION_GREATER_EQUAL 10.0.17763.0)) OR (NOT WIN32 AND NOT APPLE))
0024 add_subdirectory(mpriscontrol)
0025 endif()
0026 add_subdirectory(mprisremote)
0027 if(NOT APPLE)
0028 add_subdirectory(lockdevice)
0029 endif()
0030 add_subdirectory(contacts)
0031 add_subdirectory(share)
0032 add_subdirectory(remotekeyboard)
0033 add_subdirectory(notifications)
0034 add_subdirectory(findmyphone)
0035 add_subdirectory(telephony)
0036 add_subdirectory(mousepad)
0037 add_subdirectory(sms)
0038 add_subdirectory(screensaver-inhibit)
0039 add_subdirectory(virtualmonitor)
0040
0041 if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
0042 find_package(KF6ModemManagerQt ${KF_MIN_VERSION})
0043 if (TARGET KF6::ModemManagerQt)
0044 add_subdirectory(mmtelephony)
0045 endif()
0046 endif()
0047
0048 if(NOT APPLE)
0049 add_subdirectory(sendnotifications)
0050 add_subdirectory(sftp)
0051 endif()
0052
0053 if(WITH_PULSEAUDIO OR WIN32)
0054 add_subdirectory(pausemusic)
0055 endif()
0056
0057 if(WITH_PULSEAUDIO OR WIN32)
0058 add_subdirectory(findthisdevice)
0059 endif()
0060
0061 if (WITH_PULSEAUDIO OR WIN32 OR APPLE)
0062 add_subdirectory(systemvolume)
0063 endif()
0064
0065
0066 # If we split notifications per plugin, in several notifyrc files, they won't
0067 # appear in the same group in the Notifications KCM
0068 install(FILES kdeconnect.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})