~ubuntu-branches/ubuntu/natty/muon/natty

« back to all changes in this revision

Viewing changes to .pc/kubuntu_01_fix_ld_as_needed_linking.diff/installer/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-12-20 21:25:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220212502-jah7iubxtsmzh3t8
Tags: 1.0.90-0ubuntu1
* New upstream release:
  - Remove linker fix patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set(muon_installer_SRCS
2
 
    main.cpp
3
 
    Application.cpp
4
 
    ApplicationBackend.cpp
5
 
    ApplicationLauncher.cpp
6
 
    ApplicationWindow.cpp
7
 
    ApplicationModel/ApplicationModel.cpp
8
 
    ApplicationModel/ApplicationProxyModel.cpp
9
 
    ApplicationModel/ApplicationDelegate.cpp
10
 
    ApplicationModel/ApplicationExtender.cpp
11
 
    ApplicationModel/ApplicationListView.cpp
12
 
    ApplicationModel/ApplicationViewWidget.cpp
13
 
    ApplicationDetailsView/ApplicationDetailsWidget.cpp
14
 
    ApplicationDetailsView/ApplicationDetailsView.cpp
15
 
    AbstractViewBase.cpp
16
 
    AbstractViewContainer.cpp
17
 
    AvailableView.cpp
18
 
    BreadcrumbWidget/BreadcrumbItem.cpp
19
 
    BreadcrumbWidget/BreadcrumbWidget.cpp
20
 
    BreadcrumbWidget/BreadcrumbItemButton.cpp
21
 
    CategoryView/Category.cpp
22
 
    CategoryView/CategoryDrawer.cpp
23
 
    CategoryView/CategoryView.cpp
24
 
    CategoryView/CategoryViewWidget.cpp
25
 
    ClickableLabel.cpp
26
 
    effects/GraphicsOpacityDropShadowEffect.cpp
27
 
    ViewSwitcher.cpp
28
 
    ScreenShotViewer.cpp)
29
 
 
30
 
kde4_add_kcfg_files(muon_installer_SRCS GENERATE_MOC config/MuonInstallerSettings.kcfgc)
31
 
 
32
 
kde4_add_executable(muon-installer ${muon_installer_SRCS})
33
 
 
34
 
target_link_libraries(muon-installer ${KDE4_KDEUI_LIBS}
35
 
                                     ${KDE4_KIO_LIBS}
36
 
                                     ${KDE4_SOLID_LIBS}
37
 
                                     ${QAPT_LIBRARY}
38
 
                                     ${KDE4_NEPOMUK_LIBS}
39
 
                                     ${DEBCONF_KDE_LIB}
40
 
                                     libmuon)
41
 
 
42
 
install(TARGETS muon-installer ${INSTALL_TARGETS_DEFAULT_ARGS} )
43
 
 
44
 
########### install files ###############
45
 
 
46
 
install( PROGRAMS muon-installer.desktop  DESTINATION ${XDG_APPS_INSTALL_DIR} )
47
 
install(FILES muon-installerui.rc  DESTINATION  ${DATA_INSTALL_DIR}/muon-installer)
48
 
install(FILES categories.xml DESTINATION ${DATA_INSTALL_DIR}/muon-installer)
49
 
install(FILES config/muon-installer.kcfg DESTINATION ${KCFG_INSTALL_DIR})