]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/CMakeLists.txt
dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano...
[dolphin.git] / src / CMakeLists.txt
index 128dc5cf2b1fe0d0bc515dbc5be9dbe96f35ced1..fe9fd5c2fc7806322aaadeddac6af2a5d3e396b6 100644 (file)
@@ -1,8 +1,9 @@
 
 add_subdirectory( pics )
-add_subdirectory( icons )
 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} )