« Return to Thread: Fix linking in debian unstable

Fix linking in debian unstable

by Sandor Bodo-Merle :: Rate this Message:

Reply to Author | View in Thread

I had to apply this one liner to be able to build tellico on debian unstable with KDE4.2.2. Without this libsolid.so is not linked.
(For some reason linkink works without this on ubuntu jaunty .....)


diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e28bed5..8bfca38 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -86,6 +86,7 @@ TARGET_LINK_LIBRARIES(tellico
     ${KDE4_KIO_LIBS}
     ${KDE4_KHTML_LIBS}
     ${KDE4_KNEWSTUFF2_LIBS}
+    ${KDE4_SOLID_LIBS}
     ${QIMAGEBLITZ_LIBRARIES}
     ${LIBXML2_LIBRARIES}
     ${LIBXSLT_LIBRARIES}


_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

 « Return to Thread: Fix linking in debian unstable