Greetings,
I will be developing a UI layer with QT, but I have other code which I need to compile with GCC 4.5.0.
How can I use QT with unmodified mingw (gcc 4.5.0, gdb) ?
Can I use all tools and QT Creator with mingw?
I need to unify a bunch of projects on the same compiler version, and I can't force QT's version of gcc to other software.
Your help would be much appreciated. My dev environment is windows xp.
Best Regards
Seref


Reply With Quote

If you only build the release version it will be much smaller.
would mingw32-make clean help after the compilation to remove any temporary stuff? 
Bookmarks