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

« back to all changes in this revision

Viewing changes to kcontrol/autostart/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
PROJECT (autostart)
 
2
 
 
3
INCLUDE (KDE4Defaults)
 
4
 
 
5
ADD_DEFINITIONS (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 
6
INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
7
 
 
8
########### next target ###############
 
9
 
 
10
SET(kcm_autostart_PART_SRCS
 
11
   autostartitem.cpp
 
12
   addscriptdialog.cpp
 
13
   advanceddialog.cpp
 
14
   autostart.cpp )
 
15
 
 
16
KDE4_ADD_UI_FILES(kcm_autostart_PART_SRCS autostartconfig.ui )
 
17
 
 
18
KDE4_ADD_PLUGIN(kcm_autostart ${kcm_autostart_PART_SRCS})
 
19
 
 
20
TARGET_LINK_LIBRARIES(kcm_autostart   ${KDE4_KIO_LIBS} )
 
21
 
 
22
########### install files ###############
 
23
 
 
24
INSTALL(TARGETS kcm_autostart  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
25
INSTALL( FILES autostart.desktop   DESTINATION  ${SERVICES_INSTALL_DIR} )