mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
a888b8fb94
commit
c62e317ba5
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
add_subdirectory( pics )
|
add_subdirectory( pics )
|
||||||
add_subdirectory( tests )
|
add_subdirectory( tests )
|
||||||
|
|
||||||
|
macro_optional_find_package(Soprano)
|
||||||
|
|
||||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} )
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} )
|
||||||
if (Soprano_FOUND)
|
if (Soprano_FOUND)
|
||||||
include_directories( ${SOPRANO_INCLUDE_DIR} )
|
include_directories( ${SOPRANO_INCLUDE_DIR} )
|
||||||
|
|
Loading…
Reference in a new issue