dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano manually

svn path=/trunk/KDE/kdebase/apps/; revision=757434
This commit is contained in:
Pino Toscano 2008-01-04 22:59:55 +00:00
parent a888b8fb94
commit c62e317ba5

View 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} )