MSVC 2005

Stephan Kulow coolo at kde.org
Wed Nov 8 17:20:47 CET 2006


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

Greetings, Stephan


More information about the Kde-buildsystem mailing list