]> cloud.milkyroute.net Git - dolphin.git/commitdiff
move the create config-nepomuk.h higher so dolphinprivate sources can find it.
authorAllen Winter <winter@kde.org>
Tue, 3 Jun 2008 14:44:10 +0000 (14:44 +0000)
committerAllen Winter <winter@kde.org>
Tue, 3 Jun 2008 14:44:10 +0000 (14:44 +0000)
add a macro_log_feature() message

svn path=/trunk/KDE/kdebase/apps/; revision=816293

src/CMakeLists.txt

index 829c7f03465f90abaa987ab3881de7af4fbe5e7d..f03ffc4390cc696d8a9ef3ff431c9c21f462b489 100644 (file)
@@ -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} )