branches/KDE/4.3/kdelibs/nepomuk/core
Sebastian Trüg
trueg at kde.org
Thu Jun 25 08:57:29 CEST 2009
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: 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})
this is correct. Only SOPRANO_LIBRARIES is needed.
More information about the Kde-buildsystem
mailing list