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

« back to all changes in this revision

Viewing changes to kwin/clients/oxygen/demo/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(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)
 
2
include_directories( ${KDE4_KDEUI_INCLUDES} )
 
3
 
 
4
 
 
5
########### next target ###############
 
6
set( oxygen_shadow_demo_SOURCES
 
7
    oxygenshadowdemodialog.cpp
 
8
    oxygenshadowdemowidget.cpp
 
9
    main.cpp)
 
10
 
 
11
kde4_add_ui_files(oxygen_shadow_demo_SOURCES
 
12
    ui/oxygenshadowdemo.ui
 
13
)
 
14
 
 
15
kde4_add_executable( oxygen-shadow-demo ${oxygen_shadow_demo_SOURCES} )
 
16
 
 
17
target_link_libraries( oxygen-shadow-demo
 
18
    ${KDE4_KDEUI_LIBS}
 
19
    ${X11_X11_LIB}
 
20
    ${X11_Xrender_LIB}
 
21
    ${KDE4_KIO_LIBS}
 
22
    oxygenstyle
 
23
  )
 
24
 
 
25
########### install files ###############
 
26
install (TARGETS oxygen-shadow-demo ${INSTALL_TARGETS_DEFAULT_ARGS} )