Fix linking in debian unstable

View: New views
2 Messages — Rating Filter:   Alert me  

Fix linking in debian unstable

by Sandor Bodo-Merle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Fix linking in debian unstable

by robbystephenson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 22 April 2009, Sandor Bodo-Merle wrote:

> 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}

Thanks. Applied.

Robby

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