~ubuntu-branches/ubuntu/utopic/knemo/utopic

« back to all changes in this revision

Viewing changes to src/kcm/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell, Pino Toscano, Mark Purcell
  • Date: 2010-02-11 14:53:44 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100211145344-3l3zu2q7fda55t1u
* New upstream release

[ Pino Toscano ]
* net-tools and wireless-tools are no more used, so remove them from
  Build-Depends, Depends and Recommends.
* Exclude libiw-dev, and libnl-dev from Build-Depends for kFreeBSD and Hurd.
* Remove autotools-dev Build-Depends (knemo uses CMake as build system).
* Slightly adapt description to the usage of command line applications,
  no more done now.
* Enable the "as needed" linking.

[ Mark Purcell ]
* Remove obsolete debian/README.Debian & debian/dirs
* Add comment only debian/watch 
* Update to Standards 3.8.3 - no changes needed

Show diffs side-by-side

added added

removed removed

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