On Thursday 25 June 2009 01:42:44 David Faure wrote: > 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})
this is correct. Only SOPRANO_LIBRARIES is needed. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
