Re: QT 4.0.0 gpl for windows available
Peter Kümmel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
bernard wrote: > Hi, > I download zip file qt-win-opensource-desktop-4.0.0.zip > Unzip it in d:/Qt, check my path d:/Qt > run configure, type yes, but nothing happen, what's wrong ? > In bin directory, there are only two files. > As I type nmake projects.pro, i get an error message. > > Regards, > > Bernard Hi Bernard, seems INSTALL is incomplete. One needs the environment variable QMAKESPEC: set QMAKESPEC=win32-g++ Regards, Peter