I have Visual C++ 2010 and want to install and configure Qt. How to do it?
Asked
Active
Viewed 352 times
-5
-
possible duplicate of [Building Qt 4.5 with Visual C++ 2010](http://stackoverflow.com/questions/1644172/building-qt-4-5-with-visual-c-2010) – Brad Larson Aug 10 '10 at 20:30
2 Answers
2
You can install the vs2008 version - it will work with 2010
You can build Qt with vs2010 using the 2008 build environment - it will update the project to 2010.
BUT - if you are planning to write QT the visual studio add-in tool doesn't support VS2010, it needs vs2008
Martin Beckett
- 92,791
- 27
- 183
- 258
1
A quick Google search for "QT installation" found this page which should tell you everything you need to know....
NeilDurant
- 1,982
- 1
- 13
- 14