~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to akonadiconsole/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman, Jonathan Riddell, Rohan Garg, Scott Kitterman
  • Date: 2012-11-21 13:12:36 UTC
  • mfrom: (0.2.33)
  • Revision ID: package-import@ubuntu.com-20121121131236-32ijw9a2txrar80k
Tags: 4:4.9.80-0ubuntu1
[ Jonathan Riddell ]
* New upstream beta release

[ Rohan Garg ]
* Add nepomuk-core-dev to build-deps

[ Scott Kitterman ]
* Add new package, libpimcommon4
  - Add libpimcommon4.install
  - Add to debian/control, including kdepim-dbg and kdepim-dev depends
  - Add to kdepim-dev.install
* Remove usr/bin/backupmail and related files from kmail.install as they are
  not provided by upstream anymore
* Add usr/bin/pimsettingexporter and related files to kmail.install
* Add libnepomukwidgets-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include_directories(
4
4
  ${AKONADI_INCLUDE_DIR}
5
5
  ${Boost_INCLUDE_DIR}
6
 
  ${NEPOMUK_INCLUDES}
7
6
  ${SOPRANO_INCLUDE_DIR}
 
7
  ${NEPOMUK_CORE_INCLUDE_DIR}
 
8
  ${NEPOMUK_WIDGETS_INCLUDE_DIR}
8
9
)
9
10
 
10
11
include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
25
26
  dbbrowser.cpp
26
27
  dbconsole.cpp
27
28
  debugwidget.cpp
 
29
  instanceselector.cpp
28
30
  main.cpp
29
31
  mainwidget.cpp
30
32
  mainwindow.cpp
67
69
  collectionaclpage.ui
68
70
  dbbrowser.ui
69
71
  dbconsole.ui
 
72
  instanceselector.ui
70
73
  rawsocketconsole.ui
71
74
)
72
75
 
102
105
  messageviewer
103
106
  ${KDE4_KCMUTILS_LIBS}
104
107
  ${KDE4_KIO_LIBS}
105
 
  ${NEPOMUK_LIBRARIES}
106
108
  ${QT_QTSQL_LIBRARY}
107
109
  ${QT_QTNETWORK_LIBRARY}
108
110
  ${AKONADI_COMMON_LIBRARIES}
 
111
  ${NEPOMUK_CORE_LIBRARY}
 
112
  ${NEPOMUK_WIDGETS_LIBRARY}
109
113
)
110
114
 
111
115
install(TARGETS akonadiconsole_bin ${INSTALL_TARGETS_DEFAULT_ARGS})