Warning, /plasma/plasma-desktop/kcms/touchpad/applet/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 remove_definitions(-DTRANSLATION_DOMAIN="kcm_touchpad")
0002 add_definitions(-DTRANSLATION_DOMAIN="plasma_applet_touchpad")
0003 
0004 plasma_install_package(qml touchpad)
0005 
0006 set(Applet_SRCS
0007     touchpadengine.cpp
0008     touchpadservice.cpp
0009 )
0010 
0011 qt_generate_dbus_interface(../kded/kded.h org.kde.touchpad.xml)
0012 qt_add_dbus_interfaces(Applet_SRCS
0013                         ${CMAKE_CURRENT_BINARY_DIR}/org.kde.touchpad.xml
0014 )
0015 qt_add_dbus_interfaces(Applet_SRCS
0016                         ${KDED_DBUS_INTERFACE}
0017 )
0018 
0019 kcoreaddons_add_plugin(plasma_engine_touchpad SOURCES ${Applet_SRCS} INSTALL_NAMESPACE "plasma5support/dataengine")
0020 
0021 target_link_libraries(plasma_engine_touchpad
0022     Plasma::Plasma5Support
0023     Qt::DBus
0024 )
0025 
0026 install(FILES touchpad.operations
0027         DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services
0028 )
0029 install(FILES touchpad.svg
0030         DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme/default/icons
0031 )