~ubuntu-branches/ubuntu/natty/kdebase-workspace/natty-proposed

« back to all changes in this revision

Viewing changes to plasma/desktop/shell/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2011-04-03 16:54:55 UTC
  • mfrom: (1.1.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20110403165455-8tnwxt82p21p15hh
Tags: 4:4.6.2a-0ubuntu1
* New upstream release
  - Update kde-sc-dev-latest version
  - Update kdebase-workspace-wallpapers.install,
    kde-window-manager.install and not-installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    activitymanager/activitymanager.cpp
9
9
    activitymanager/activityicon.cpp
10
10
    activitymanager/activitylist.cpp
11
 
    activitymanager/activitycontrols.cpp
12
11
    activitymanager/filterbar.cpp
13
12
    activitymanager/kidenticongenerator.cpp
14
13
)
50
49
 
51
50
kde4_add_kdeinit_executable(plasma-desktop ${plasma_SRCS})
52
51
 
53
 
target_link_libraries(kdeinit_plasma-desktop ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KTEXTEDITOR_LIBS} ${QT_QTSCRIPT_LIBRARY} kworkspace plasmagenericshell)
 
52
target_link_libraries(kdeinit_plasma-desktop ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KUTILS_LIBS} ${QT_QTSCRIPT_LIBRARY} kworkspace plasmagenericshell)
54
53
 
55
54
if(UNIX AND Q_WS_X11)
56
55
    target_link_libraries(kdeinit_plasma-desktop ${X11_LIBRARIES})