]> cloud.milkyroute.net Git - dolphin.git/commitdiff
dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano...
authorPino Toscano <pino@kde.org>
Fri, 4 Jan 2008 22:59:55 +0000 (22:59 +0000)
committerPino Toscano <pino@kde.org>
Fri, 4 Jan 2008 22:59:55 +0000 (22:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=757434

src/CMakeLists.txt

index f9902dc665b10f9a5211df6c9bdb656b67fede1d..fe9fd5c2fc7806322aaadeddac6af2a5d3e396b6 100644 (file)
@@ -2,6 +2,8 @@
 add_subdirectory( pics )
 add_subdirectory( tests )
 
+macro_optional_find_package(Soprano)
+
 include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} )
 if (Soprano_FOUND)
   include_directories( ${SOPRANO_INCLUDE_DIR} )