~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to systemsettings/app/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories( ToolTips )
 
2
 
 
3
SET( systemsettings_SRCS
 
4
     SystemSettingsApp.cpp
 
5
     SettingsBase.cpp
 
6
     ToolTips/ktooltip.cpp
 
7
     ToolTips/ktooltipwindow.cpp
 
8
     ToolTips/tooltipmanager.cpp
 
9
     main.cpp )
 
10
 
 
11
KDE4_ADD_APP_ICON( systemsettings_SRCS "${KDE4_ICON_INSTALL_DIR}/oxygen/*/categories/preferences-system.png" )
 
12
KDE4_ADD_UI_FILES( systemsettings_SRCS configDialog.ui )
 
13
KDE4_ADD_KCFG_FILES( systemsettings_SRCS BaseConfig.kcfgc )
 
14
QT4_ADD_DBUS_ADAPTOR( systemsettings_SRCS org.kde.systemsettings.xml SystemSettingsApp.h SystemSettingsApp  )
 
15
 
 
16
KDE4_ADD_EXECUTABLE( systemsettings ${systemsettings_SRCS})
 
17
 
 
18
TARGET_LINK_LIBRARIES( systemsettings ${KDE4_KIO_LIBS} ${KDE4_KCMUTILS_LIBS} systemsettingsview )
 
19
 
 
20
INSTALL( TARGETS systemsettings ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
21
INSTALL( FILES systemsettingsui.rc systemsettings.kcfg DESTINATION ${DATA_INSTALL_DIR}/systemsettings )
 
22
INSTALL( PROGRAMS systemsettings.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )