Package ?
-
VS2010 is pretty old so only 32-bit package is provided for it. It's "this one":http://download.qt.io/official_releases/qt/5.4/5.4.0/qt-opensource-windows-x86-msvc2010_opengl-5.4.0.exe.mirrorlist
The 32 bit version will run just fine on Win7 64bit, but if you want to build 64 bit applications then you will either have to compile Qt yourself or use one of community builds e.g "from here":http://www.tver-soft.org/qt64 -
[quote author="vpwal" date="1421728363"]can i use qt 5.4 (vs 2010 32 bit)+ v c++ 10 compiler+ creator 3.3.0 in windows 64 bit ?[/quote]Yes
-
Hi..
is it necessary to work on QtwebEngine(chromium) you should have MSVC 13 ?
Because as per the following link
"here":http://qt-project.org/wiki/Qt540-KnownIssuesBuilding on Windows currently requires Visual Studio 2013 or Visual Studio 2013 Express Edition This will most likely remain a requirement for Qt WebEngine. Changing it would require significant changes to the Chromium code base that are going against the direction Chromium is being developed.
Will it build on MSVC 10 ?