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

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwindecoration/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
# need a header file from Aurorae sources
 
2
include_directories(
 
3
    ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/clients/aurorae/src/lib
 
4
)
 
5
 
 
6
set(AURORAE_SOURCE_DIR ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/clients/aurorae/src/lib/)
 
7
 
 
8
set(kcm_kwindecoration_PART_SRCS
 
9
    kwindecoration.cpp
 
10
    buttons.cpp
 
11
    buttonsconfigdialog.cpp
 
12
    configdialog.cpp
 
13
    preview.cpp
 
14
    decorationdelegate.cpp
 
15
    decorationmodel.cpp
 
16
    ${AURORAE_SOURCE_DIR}/auroraebutton.cpp
 
17
    ${AURORAE_SOURCE_DIR}/auroraescene.cpp
 
18
    ${AURORAE_SOURCE_DIR}/auroraetab.cpp
 
19
    ${AURORAE_SOURCE_DIR}/auroraetheme.cpp
 
20
    ${AURORAE_SOURCE_DIR}/themeconfig.cpp
 
21
)
 
22
 
 
23
kde4_add_ui_files(kcm_kwindecoration_PART_SRCS
 
24
    auroraeconfig.ui
 
25
    buttons.ui
 
26
    config.ui
 
27
    decoration.ui
 
28
)
 
29
 
 
30
kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
 
31
target_link_libraries(kcm_kwindecoration ${KDE4_PLASMA_LIBS} ${KDE4_KNEWSTUFF3_LIBS} kdecorations ${X11_LIBRARIES})
 
32
install(TARGETS kcm_kwindecoration  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
33
 
 
34
########### install files ###############
 
35
 
 
36
install( FILES kwindecoration.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )