[patch] fixes for compiling under mingw
Holger Schröder
schroder at kde.org
Wed Jun 6 16:32:40 CEST 2007
Hi Alex, hi list,
i am trying to simplify compiling of kde on windows. for that i need to get
some changed into kdelibs/cmake/modules.
most of them add a cmake variable for the prefix where to find a library, like
gif, jpeg, etc.
and then there is a patch for findqt4.cmake.
the problem is, that the debug libs of qt 4 are nor found under windows,
because they are named Q<Foo>d4 for the debug libraries.
so for every Q<foo>4 in a find_library statement i added an Q<foo>d4 entry.
ok to commit ?
regards, Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdelibs-cmake.patch
Type: text/x-diff
Size: 10556 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20070606/b850ab33/attachment.bin
More information about the Kde-buildsystem
mailing list