~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid

« back to all changes in this revision

Viewing changes to clients/akonadi/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-03 15:38:40 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091203153840-x5fxfsfby0czyqu6
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Refresh all patches
  - Bump build-depend versions
  - Remove build-depend on libknotificationitem-dev, it's part of
    kdelibs5-dev now
  - Add build-depend on shared-desktop-ontologies for nepomuk support
  - Add build-depend on libstreamanalyzer-dev for strigi support
  - Add build-depend on libx11-dev to prevent FTBFS
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
set(akonadi_bin_SRCS
3
 
  main.cpp listcommand.cpp fetchcommand.cpp deletecommand.cpp storecommand.cpp appendcommand.cpp
4
 
)
5
 
 
6
 
 
7
 
kde4_add_executable(akonadi_bin ${akonadi_bin_SRCS})
8
 
set_target_properties(akonadi_bin PROPERTIES OUTPUT_NAME akonadi)
9
 
 
10
 
target_link_libraries( akonadi_bin ${KDEPIMLIBS_AKONADI_LIBS}
11
 
  ${KDE4_KDECORE_LIBS} ${QT_QTCORE_LIBRARY} )
12
 
 
13
 
#install(TARGETS akonadi_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )