kdelibs building...
Ralf Habacker
ralf.habacker at freenet.de
Sun Apr 8 22:09:55 CEST 2007
Andreas Pakulat schrieb:
> Hi,
>
> just when you fixed one problem, the next one comes around the corner.
> So here I sit with kdelibs not finding Qt4 :(
>
> I didn't install Qt4 from qt-copy, as it seems thats not really working
> on Windows (no install target for qmake for example).
>
kdelibs needs to have qmake in PATH environment variable
set PATH=D:\MinGW\sources\qt-copy\bin;%PATH%
> It tells me it can't find QtCore and I guess this is because I built Qt4
> with -debug (I don't need release build and I want to save the space).
> Could that be a problem? The libs have the "d" appended.
>
You can build kdelibs in debug mode which uses QT debug libraries by
running
cmake -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles" <kdelibs-src-dir>
Ralf
More information about the Kde-windows
mailing list