[Qt-creator] vc++ mingw32 Qt
Andre Poenitz
andre.poenitz at mathematik.tu-chemnitz.de
Wed Feb 10 21:24:15 CET 2010
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'
More information about the Qt-creator-old
mailing list