Alexander Neundorf schrieb:
On Wednesday 06 June 2007 10:32, Holger Schröder wrote:
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.

Qt: ok
Since which Qt release is this so ?

Maybe try to reuse the existing msvc stuff to distinguish between debug and release libs.

Christian

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to