Fix linking in debian unstable

Robby Stephenson robby at periapsis.org
Wed Apr 22 07:55:12 MDT 2009


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



More information about the tellico-users mailing list