[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/dolphin/src
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2010-11-20 21:27:36
Message-ID: 20101120212736.71D97AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199156 by kossebau:

changed: QImageBlitz is no longer used, so do not require and link to it (useful for \
built on MeeGo)

 M  +2 -4      CMakeLists.txt  


--- trunk/KDE/kdebase/apps/dolphin/src/CMakeLists.txt #1199155:1199156
@@ -1,13 +1,11 @@
 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} )
+include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
 
 if (Nepomuk_FOUND)
   # Yes, Soprano includes is what we need here
@@ -68,7 +66,7 @@
 
 kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
 
-target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${KDE4_KNEWSTUFF3_LIBS} \
${QIMAGEBLITZ_LIBRARIES}) +target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} \
konq ${KDE4_KNEWSTUFF3_LIBS})  if (Nepomuk_FOUND)
   target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES} \
${NEPOMUK_QUERY_LIBRARIES} nepomukutils ${SOPRANO_LIBRARIES})  endif (Nepomuk_FOUND)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic