MSVC 2010 prebuild binaries for Qt 5.1.1
-
Is a pre-built binary available for visual studio 2010 and qt 5.1.1? (or any 5.1).
When building my own, configuration script won't take the -c++11 option (even though I'm using MSVC 2010).
Use of -no-angle option also results in messages that build probably won't be successful.
Rather than hassle with all this I'm just looking for a pre-built binary.
Can't use MSVC 2012 (although much preferred) due to version issues with other libraries I use.
Suggestions?
-
welcome to devnet
The pre-builds are available on the "download page.":http://qt-project.org/downloads The first four links are online installers. AFAIK you deselect the Qt creator if you are not interested in this. Also all versions as listed below should be selectable.
-
Hi,
No there is not.
Following this "article":http://blog.qt.digia.com/blog/2011/05/26/cpp0x-in-qt/ VS2010 support for c++-11 (in this case c++0x) should be automatically enabled.
Are you using the latest update ?