Compile QtCharts 2.1.0 using MSVC 2010 x64 bit in Qt 5.5.1 version
Solved
General and Desktop
-
@QtVik There is Qt 5.5.1 for msvc2013x64: https://download.qt.io/archive/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013_64-5.5.1.exe
But if you have to use msvc2010x64 then you will need to build Qt by yourself I think. -
@jsulm said in Compile QtCharts 2.1.0 using MSVC 2010 x64 bit in Qt 5.5.1 version:
But if you have to use msvc2010x64 then you will need to build Qt by yourself I think.
I'm not even sure if Qt runs fine with msvc2010/x64 - there were several issues until the msvc compiler correctly compiled 64bit code and I'm pretty sure you will hit some of them with such an old compiler (and Qt version)