~dantti/apper/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Daniel Nicoletti
  • Date: 2011-07-27 21:02:31 UTC
  • Revision ID: git-v1:2fb51b7787e2e9d70d2085cc8181a12f4277b047
The idea of libshared, was for it to be static, as
this doesn't seem too simple as putting STATIC word
I'm renaming it to libapper so we don't have such a geniric
lib installed (as pointed by Kevin Kofler

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
               ${CMAKE_CURRENT_BINARY_DIR}/config.h)
52
52
 
53
53
include(FindPkgConfig)
54
 
set(QPACKAGEKIT_MIN_VERSION 0.6.11)
 
54
set(QPACKAGEKIT_MIN_VERSION 0.7.0)
55
55
pkg_check_modules(QPACKAGEKIT2 REQUIRED packagekit-qt2>=${QPACKAGEKIT_MIN_VERSION})
56
56
macro_log_feature(QPACKAGEKIT2_FOUND "packagekit-qt2" "The Qt library to use PackageKit" "http://www.packagekit.org" TRUE ${QPACKAGEKIT_MIN_VERSION} "")
57
57
include(KDE4Defaults)
65
65
    ${KDE4_INCLUDES}
66
66
    ${QPACKAGEKIT2_INCLUDE_DIRS}
67
67
    ${QPACKAGEKIT2_INCLUDEDIR}/PackageKit/packagekit-qt2
68
 
    ${CMAKE_CURRENT_SOURCE_DIR}/libshared)
 
68
    ${CMAKE_CURRENT_SOURCE_DIR}/libapper)
69
69
 
70
 
add_subdirectory(libshared)
 
70
add_subdirectory(libapper)
71
71
add_subdirectory(ApperKCM)
72
72
add_subdirectory(Apper)
73
73
add_subdirectory(Sentinel)