From 571e40b057c8fef7da6c5be70683898b349708bb Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 22 Feb 2007 18:49:26 +0000 Subject: make nepomuk support optional, mostly through a bunch of non-existent ifdef's =) svn path=/trunk/KDE/kdebase/apps/; revision=636289 --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7c39fa1d9..6411a719e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -65,7 +65,8 @@ qt4_add_dbus_adaptor(dolphin_SRCS dolphinmainwindow.h DolphinMainWindow) kde4_add_executable(dolphin ${dolphin_SRCS}) -target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq kmetadata) +#set(KDE4_KMETADATA kmetadata) +target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KMETADATA} konq) install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) -- cgit v1.3.1