┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuboš Luňák <[email protected]>2007-12-17 12:33:50 +0000
committerLuboš Luňák <[email protected]>2007-12-17 12:33:50 +0000
commitf00ea7fd7390e4bde85ac803474dde41d1de517a (patch)
tree4df72362fcec7f2c722d2522954a265da05c291c /src
parentd29264df2293297b0962ccbe325c299263441192 (diff)
Soprano is optional.
svn path=/trunk/KDE/kdebase/apps/; revision=749607
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 028d1ef08..f9902dc66 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,10 @@
add_subdirectory( pics )
add_subdirectory( tests )
-include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} ${SOPRANO_INCLUDE_DIR} )
+include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} )
+if (Soprano_FOUND)
+ include_directories( ${SOPRANO_INCLUDE_DIR} )
+endif (Soprano_FOUND)
########### next target ###############