Can any one provide me with a step by step how-to for getting QT to work in VS 2010?
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 Visual Studio 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
I installed the add in, but when I go to the QT menu and try to add a build, it says “your build was built using MingW”
Download the version of Qt already compiled for Visual Studio 2008 (latest version from here). It should work with Visual Studio 2010.