~ubuntu-branches/ubuntu/natty/knemo/natty

« back to all changes in this revision

Viewing changes to src/kcm/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-02-22 16:36:22 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222163622-d8i62gy1stn7tydv
Tags: 0.7.0-0ubuntu1
* New upstream release.
* Switch to source format 3.0 (quilt).
* Make knemo depend on libqt4-sql-sqlite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set( kcm_knemo_SRCS
4
4
    configdialog.cpp
5
5
    themeconfig.cpp
 
6
    statsconfig.cpp
 
7
    warnconfig.cpp
6
8
    kdateedit.cpp
7
9
    kdatepickerpopup.cpp
 
10
    ../common/data.cpp
8
11
    ../common/utils.cpp
9
12
)
10
13
 
11
 
kde4_add_ui_files( kcm_knemo_SRCS configdlg.ui themecfg.ui )
 
14
kde4_add_ui_files( kcm_knemo_SRCS configdlg.ui themecfg.ui statscfg.ui warncfg.ui )
12
15
kde4_add_plugin( kcm_knemo ${kcm_knemo_SRCS} )
13
16
 
14
17
target_link_libraries( kcm_knemo ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${LIBNL_LIBRARY} )