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: [email protected], [email protected]


 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}
   )
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to