Update minimum Qt version to build v3.6

[skip ci]
This commit is contained in:
Ale Martinez
2020-06-11 17:27:04 -03:00
parent 7274268f47
commit fc4b8f7cbc
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
Update Note: to build GoldenCheetah v3.6 we are using Microsoft Visual C++ 2017,
included in Microsoft Visual Studio 2019, with pre-installed Qt 5.14.2 and GSL
included in Microsoft Visual Studio 2019, with pre-installed Qt and GSL
insalled with vcpkg, on AppVeyor continuous integration platform.
You can check the appveyor.yml for the complete and updated build script,
the minimum Qt version known to work is 5.9 with Qt WebEngine and Qt Charts.
the minimum Qt version known to work is 5.13 with Qt WebEngine and Qt Charts.
GSL - GNU Scientific Library is a mandatory dependency starting with v3.6
Ale Martinez - May, 2020