David Johnson wrote:
>On Sunday 06 July 2008 07:45:46 pm Thiago Macieira wrote:
>> 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.
>
>But can anyone tell me how those library lists get generated? It seems
> very arbitrary and random. I would be much more comfortable writing
> these patches if I knew what was happening under the surface.It wasn't generated. It was written by hand like above. -- 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
