On Wed, Feb 10, 2010 at 10:08:00AM +0200, John Bull wrote: > Can anyone point to a tutorial on integrating qt for vc++ and using mingw32
I admit being confused. As a rough approximation there are two compilers: g++ based mingw32 and microsoft's 'cl', and there are several IDEs. One of them is Visual Studio, bundled with 'cl'. There are other compilers, like Intel's icc, and there are other IDEs like Qt Creator, Eclipse and half a dozen more. Qt can be compiled with all mentioned compilers. For some of the IDEs there's some kind of "Qt integration" (i.e. it's "easy" to handle Qt) [that would be VS and Eclipse], or they are "specifically made for Qt" [Qt Creator] or "they don't care for Qt but work" [say, Code::Blocks] I am not sure it is possible to use VS with mingw (comes with the MS compiler, and I think it works with icc) So what kind of scenario are you specifically trying to make work? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
