MSVC 2005

Peter Kümmel syntheticpp at gmx.net
Wed Nov 8 17:17:53 CET 2006


Stephan Kulow wrote:
> Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel:
> 
>> With the attached patch the project files are correct, at least for
>> libraries. But it is just a hack, maybe there is a way to tell the IDE not
>> to compile.moc files, or we must exclude the .moc files from the source
>> file list (as the patch)
>>
> It didn't work for my case, but I have different problems too :)
> 
> How can I force the Nmake generator to link against debug kdelibs and Qt?

By default (cmake -G"NMake Makefiles" ..\) links against the debug libraries,
only when you wanna link against the release libs you must pass
-DCMAKE_BUILD_TYPE=Release, but you could also use -DCMAKE_BUILD_TYPE=Debug
to be sure.


Peter

> Greetings, Stephan
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem


-- 
Peter Kümmel


More information about the Kde-buildsystem mailing list