tags:

views:

649

answers:

3

Hello,

I'm interested in playing around with GUIs and I've been trying to set up Qt for Visual Studio 2008 and MinGW but have failed miserably—in that at times I'd compile the library and it still wouldn't work and others the compile would fail. Can anyone recommend a good guide to set up Qt (or another GUI toolkit if setting up Qt just doesn't work well for beginners). No preference for IDE really, just want to start coding already :)

Edit I tried both answers and they were both great, the QtCreator is a fast way to get started with Qt. And 20th Century Boy's blogpost was a thorough guide to setting up Qt with VS08 that I could even follow (answering the original question). Thanks and happy coding :)

+7  A: 

Qt Creator is probably the most straightforward way to get started with Qt.

Joonas Pulakka
+1  A: 

Hi there, I have covered Qt and VS 2008 integration in my blog. Have a look at it here... http://cplusplus-mortals.blogspot.com/2009/04/qt-part-3-configuration-for-visual.html

20th Century Boy
The guide says "3. Select the checkbox to download and install MinGW - it is needed for the build process." which is actually not true - MinGW is not needed to build Qt with VC++.
Paul
I tried compiling without mingw and it failed during the configure phase. I could only get it to work by installing mingw.
20th Century Boy
A: 

Installing Qt on Windows describes all the needed steps. Which of the steps failed for you?

Paul