branches/KDE/4.3/kdelibs/nepomuk/core/ui/test
David Faure
faure at kde.org
Thu Jun 25 01:37:52 CEST 2009
SVN commit 986766 by dfaure:
Fix link error, Soprano::Node was not found while linking this test program.
Maybe soprano should be part of nepomuk's "interface dependencies", instead?
CCMAIL: kde-buildsystem at kde.org, sebastian at trueg.de
M +1 -0 CMakeLists.txt
--- branches/KDE/4.3/kdelibs/nepomuk/core/ui/test/CMakeLists.txt #986765:986766
@@ -14,4 +14,5 @@
${KDE4_KDEUI_LIBS}
${KDE4_KIO_LIBS}
nepomuk
+ ${SOPRANO_LIBRARIES}
)
More information about the Kde-buildsystem
mailing list