Fix linking in debian unstable

Sandor Bodo-Merle sbodomerle at gmail.com
Wed Apr 22 04:30:56 MDT 2009


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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://forge.novell.com/pipermail/tellico-users/attachments/20090422/b2739109/attachment.html


More information about the tellico-users mailing list