MSVC 2005

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


Stephan Kulow wrote:
> Am Mittwoch, 8. November 2006 17:17 schrieb Peter Kümmel:
>> 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.
>>
> 
> Hmm, then I wonder why kpat.exe needs QtCore4.dll - anyway, I'll do the =Debug 
> now

You could have a look at QT_QTCORE_LIBRARY_DEBUG and
QT_QTCORE_LIBRARY in CMakeCache.txt in your build folder.
Aren't they set to the debug version?
When you delete the variable  in the cache you could restart
the configure process without doing all the checks again.

> 
> 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