Download Qt sdk on windows-32 bit system: which one to choose between MinGW 4.7, VS 2010, VS 2010 OpenGL? -
i download qt sdk (libraries+ ide qt creator). i'm on win-32 system there 3 choices windows 32-bit system :
- qt 5.0.2 windows 32-bit (mingw 4.7, 650 mb)
- qt 5.0.2 windows 32-bit (vs 2010, 485 mb)
- qt 5.0.2 windows 32-bit (vs 2010, opengl, 476 mb)
what differences between them , 1 choose having qt sdk on win-32 system ?
thanks in advance!
depends on compiler.
use
- mingw 4.7 if compiler mingw 4.7
- vs 2010 if you're on visual studio 10 compiler
the decision binaries download decision compiler you'll use too.
if not sure or use one, better download sourcecode of qt , compile own.
here's how so:
hint: realy make shure use mingw version mentioned in documentation, else can this problem.
Comments
Post a Comment