From: Allen Winter Date: Tue, 3 Jun 2008 14:44:10 +0000 (+0000) Subject: move the create config-nepomuk.h higher so dolphinprivate sources can find it. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e431abda40f5f55456a8a203f7712a09926e5c5b move the create config-nepomuk.h higher so dolphinprivate sources can find it. add a macro_log_feature() message svn path=/trunk/KDE/kdebase/apps/; revision=816293 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 829c7f034..f03ffc439 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,7 +5,9 @@ add_subdirectory( tests ) find_package(QImageBlitz REQUIRED) macro_optional_find_package(Nepomuk) +macro_log_feature(Nepomuk_FOUND "Nepomuk" "Nepomuk" "http://www.kde.org" FALSE "" "For adding desktop-wide tagging support to dolphin") macro_bool_to_01(Nepomuk_FOUND HAVE_NEPOMUK) +configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h ) include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${QIMAGEBLITZ_INCLUDES} ) @@ -54,8 +56,6 @@ kde4_add_kcfg_files(dolphinprivate_LIB_SRCS kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS}) -configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h ) - target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${QIMAGEBLITZ_LIBRARIES}) if(X11_Xrender_FOUND) target_link_libraries(dolphinprivate ${X11_Xrender_LIB} )