~ubuntu-branches/ubuntu/natty/unity-2d/natty-updates

« back to all changes in this revision

Viewing changes to panel/app/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-02-24 13:45:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224134527-d2lk3qu3sxe9a8z0
Tags: 3.6.0-0ubuntu1
New Upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(panel_SRCS
2
2
    main.cpp
 
3
    unity2dstyle.cpp
3
4
    )
4
5
 
5
6
qt4_automoc(${panel_SRCS})
7
8
 
8
9
include_directories(
9
10
    ${CMAKE_CURRENT_BINARY_DIR}
10
 
    ${CMAKE_CURRENT_SOURCE_DIR}/../applets
 
11
    ${CMAKE_CURRENT_SOURCE_DIR}
 
12
    ${uqapplets_SOURCE_DIR}
 
13
    ${uqapplets_SOURCE_DIR}/common
 
14
    ${libunity-2d-private_SOURCE_DIR}/src
11
15
    )
12
16
 
13
17
target_link_libraries(unity-2d-panel
14
18
    ${QT_QTGUI_LIBRARIES}
15
19
    ${QT_QTCORE_LIBRARIES}
16
20
    uqapplets
17
 
    uqpanel
 
21
    unity-2d-private
18
22
    )
19
23
 
20
24
install(TARGETS unity-2d-panel