David Johnson wrote:
>target_link_libraries(kfind ${KDE4_KDE3SUPPORT_LIBS} )
>
>This results in the the following library
>locations: -L/usr/local/lib/qt4 -L/usr/local/lib -L/usr/local/kde4/lib
>
>However, changing that line to add a dependency:
>
>target_link_libraries(kfind ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS}
> )Those libraries link directly to kdeui anyways, so the change is harmless. It can easily be done. In the mean time, please get the KDE 3 packages to install somewhere else too, otherwise the problem will not go away. Building version X of something while version Y is in /usr or /usr/local is always a source of problem. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
