[Qt-interest] (windows XP) I can't compile Qt

David Ching dc at remove-this.dcsoft.com
Sat Jun 20 01:51:08 CEST 2009


"lolveley" <lolveley at yahoo.fr> wrote in message 
news:4A3B3337.7090109 at yahoo.fr...
> hi,
>
> problem : after the compilation of Qt, I have neither .lib nor .dll in my 
> LIB directory.
> I have windows XP, and I modified the file qtvars.bat as follows:
> - I added to the path this : C:\MinGW\libexec\gcc\mingw32\3.4.2
> - I added the options -static -shared -debug-and-release to the configure 
> command
>

I don't think gcc creates or uses .lib files (it uses .a files instead?). 
If you want .lib files, you need to build with Visual C++.  I have a blog 
entry on how to do that: 
http://dcsoft.com/community_server/blogs/dcsoft/archive/2009/03/06/how-to-setup-qt-4-5-visual-studio-integration.aspx

-- David




More information about the Qt-interest-old mailing list