branches/KDE/4.3/kdelibs/nepomuk/core
David Faure
faure at kde.org
Thu Jun 25 01:42:44 CEST 2009
SVN commit 986771 by dfaure:
... since other test progs failed similarly, let's do it and add libsoprano.so to the interface deps of nepomuk (I see Soprano::Node in the public API, so it makes sense)
CCMAIL: kde-buildsystem at kde.org, sebastian at trueg.de
M +2 -1 CMakeLists.txt
M +0 -1 ui/test/CMakeLists.txt
--- branches/KDE/4.3/kdelibs/nepomuk/core/CMakeLists.txt #986770:986771
@@ -70,7 +70,8 @@
)
# FIXME: Do we need to include soprano libs in the link interface?
# And if so, which one(s)?
-target_link_libraries(nepomuk LINK_INTERFACE_LIBRARIES ${KDE4_KDEUI_LIBS} )
+# DF: added at least libsoprano.so for Soprano::Node
+target_link_libraries(nepomuk LINK_INTERFACE_LIBRARIES ${KDE4_KDEUI_LIBS} ${SOPRANO_LIBRARIES})
set_target_properties(nepomuk PROPERTIES
--- branches/KDE/4.3/kdelibs/nepomuk/core/ui/test/CMakeLists.txt #986770:986771
@@ -14,5 +14,4 @@
${KDE4_KDEUI_LIBS}
${KDE4_KIO_LIBS}
nepomuk
- ${SOPRANO_LIBRARIES}
)
More information about the Kde-buildsystem
mailing list