kde-workspace/systemsettings/app/CMakeLists.txt

22 lines
851 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
include_directories( ToolTips )
SET( systemsettings_SRCS
2015-09-01 04:37:19 +03:00
SystemSettingsApp.cpp
SettingsBase.cpp
ToolTips/ktooltip.cpp
ToolTips/ktooltipwindow.cpp
ToolTips/tooltipmanager.cpp
main.cpp
configDialog.ui
)
2014-11-13 19:30:51 +02:00
KDE4_ADD_KCFG_FILES( systemsettings_SRCS BaseConfig.kcfgc )
QT4_ADD_DBUS_ADAPTOR( systemsettings_SRCS org.kde.systemsettings.xml SystemSettingsApp.h SystemSettingsApp )
2015-09-01 04:37:19 +03:00
add_executable( systemsettings ${systemsettings_SRCS})
2014-11-13 19:30:51 +02:00
TARGET_LINK_LIBRARIES( systemsettings ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KCMUTILS_LIBS} systemsettingsview )
INSTALL( TARGETS systemsettings ${INSTALL_TARGETS_DEFAULT_ARGS} )
INSTALL( FILES systemsettingsui.rc systemsettings.kcfg DESTINATION ${DATA_INSTALL_DIR}/systemsettings )
INSTALL( PROGRAMS kdesystemsettings.desktop systemsettings.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )