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(NOT SAILFISHOS)
0024     if((WIN32 AND MSVC AND (${CMAKE_SYSTEM_VERSION} VERSION_GREATER_EQUAL 10.0.17763.0)) OR NOT WIN32)
0025         add_subdirectory(mpriscontrol)
0026     endif()
0027     add_subdirectory(photo)
0028     add_subdirectory(mprisremote)
0029     add_subdirectory(lockdevice)
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         add_subdirectory(mmtelephony)
0043     endif()
0044 
0045     if(NOT WIN32)
0046         add_subdirectory(sendnotifications)
0047     endif()
0048 
0049     if(NOT APPLE)
0050         add_subdirectory(sftp)
0051     endif()
0052 
0053     if(KF5PulseAudioQt_FOUND OR WIN32)
0054         add_subdirectory(pausemusic)
0055     endif()
0056 
0057     if(Qt5Multimedia_FOUND AND (KF5PulseAudioQt_FOUND OR WIN32))
0058         add_subdirectory(findthisdevice)
0059     endif()
0060 
0061     if (WIN32 OR APPLE OR KF5PulseAudioQt_FOUND)
0062         add_subdirectory(systemvolume)
0063     endif()
0064 endif()
0065 
0066 
0067 # If we split notifications per plugin, in several notifyrc files, they won't
0068 # appear in the same group in the Notifications KCM
0069 install(FILES kdeconnect.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})