Surely my previous post will not help anybody because the path will not be correct. Now it's fine:

Just for the case someone needs it, here is what I recommended once Qt4 was build with VS 2003 with the sourceforge patches:

Adapt the environment variables (surely is more than needed but just to be at the safe side):

set MAKE=nmake
set QMAKESPEC=win32-msvc.net
set QTDIR=C:\Qt\4.1.3
set PATH=%QTDIR%\bin;%QTDIR%\lib;%PATH%

And for sip and PyQt4 (download source code, nothing to do with the pre-build
binary):

python configure.py
nmake
nmake install

Perhaps that may help somebody else.

Armando

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde



_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to