Posted on June 29, 2006 at 9:56 am
Installing PyQt4 GPL on Windows, take 2
I upgraded to Qt 4.1.4 GPL yesterday. Just did some note taking throught the whole process. Building Qt Extract Qt zipfile to C:\Qt Create directory C:\Qt\4.1.4 Copy Directory mkspecs to C:\Qt\4.1.4 go to C:\Qt\qt-win-opensource-src-4.1.4 and run “configure.exe -prefix C:\QT\4.1.4″ run “mingw32-make” and “mingw32-make install” Now for some reason QtDesigner doesn’t work. But then I hate [...]