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 the APT Package Update Note: to build GoldenCheetah v3.6 we are using the APT Package
Manager to install dependencies, including Qt 5.14.2 and GSL, on Travis-ci Manager to install dependencies, including Qt and GSL, on Travis-ci
Ubuntu Xenial build environment. Ubuntu Xenial build environment.
You can check the travis/linux folder for the complete and updated build scripts, You can check the travis/linux folder for the complete and updated build scripts,
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 GSL - GNU Scientific Library is a mandatory dependency starting with v3.6
Ale Martinez - May, 2020 Ale Martinez - May, 2020

View File

@@ -1,8 +1,8 @@
Update Note: to build GoldenCheetah v3.6 we are using the Homebrew Package Update Note: to build GoldenCheetah v3.6 we are using the Homebrew Package
Manager to install dependencies, including Qt 5.14.2 and GSL, on Travis-ci Manager to install dependencies, including Qt and GSL, on Travis-ci
macOS High Sierra build environment. macOS High Sierra build environment.
You can check the travis/osx folder for the complete and updated build scripts, You can check the travis/osx folder for the complete and updated build scripts,
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 GSL - GNU Scientific Library is a mandatory dependency starting with v3.6
Ale Martinez - May, 2020 Ale Martinez - May, 2020

View File

@@ -1,8 +1,8 @@
Update Note: to build GoldenCheetah v3.6 we are using Microsoft Visual C++ 2017, 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. insalled with vcpkg, on AppVeyor continuous integration platform.
You can check the appveyor.yml for the complete and updated build script, 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 GSL - GNU Scientific Library is a mandatory dependency starting with v3.6
Ale Martinez - May, 2020 Ale Martinez - May, 2020