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

« back to all changes in this revision

Viewing changes to powerdevil/kcmodule/profiles/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
 
 
2
set( kcm_powerdevil_profiles_SRCS
 
3
     EditPage.cpp
 
4
     actionconfigwidget.cpp
 
5
     ../../daemon/powerdevilprofilegenerator.cpp
 
6
)
 
7
 
 
8
kde4_add_ui_files(kcm_powerdevil_profiles_SRCS
 
9
    profileEditPage.ui)
 
10
 
 
11
kde4_add_kcfg_files(kcm_powerdevil_profiles_SRCS ../../PowerDevilSettings.kcfgc)
 
12
 
 
13
kde4_add_plugin(kcm_powerdevilprofilesconfig ${kcm_powerdevil_profiles_SRCS})
 
14
 
 
15
target_link_libraries(kcm_powerdevilprofilesconfig
 
16
     ${KDE4_KDECORE_LIBS}
 
17
     ${KDE4_KDEUI_LIBRARY}
 
18
     ${KDE4_KIO_LIBS}
 
19
     ${KDE4_SOLID_LIBS}
 
20
     powerdevilui
 
21
)
 
22
 
 
23
install(TARGETS kcm_powerdevilprofilesconfig  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
24
install( FILES powerdevilprofilesconfig.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )