views:

189

answers:

2

Can any one provide me step by step how to get QT to work in VS2010?

i have

  • Visual Studio 2010 Ultimate
  • Windows 7 Enterprise.
  • qt-sdk-win-opensource-2010.05
  • qt-vs-addin-1.1.7

i tried executing this from vs command prompt :

configure.exe -platform win32-msvc2008 -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-multimedia -no-qt3support -fast

then

nmake

installed the addin but when i go to the QT menu and try to add a build it says your build was built using MingW

can any one plz give me instruction how to make this work ?

+1  A: 

Download the version of Qt already compiled for Visual Studio 2008 (latest version from here). It should work with Visual Studio 2010.

Cătălin Pitiș
i will check and see and i will give feed back
Stacker
A: 

The new Qt 4.7 adds support for a win32-msvc2010 qmake makespec.

The SDK compiled for MSVS2008 should work fine though...

rubenvb