Remove Conditional Compilation for Qt < 5.9 (#3464)

This is a clean up to remove conditional compilation for all Qt versions
older than the last known to work: Qt 5.9 with Qt WebEngine and Qt Charts.
Includes an update note to INSTALL documents.
This commit is contained in:
Alejandro Martinez
2020-05-27 09:26:25 -03:00
committed by GitHub
parent cc6fa1d02a
commit f51a6a6cb1
48 changed files with 30 additions and 373 deletions

View File

@@ -1,3 +1,11 @@
Update Note: to build GoldenCheetah v3.6 we are using the Homebrew Package
Manager to install dependencies, including Qt 5.14.2, on Travis CI macOS High
Sierra build environment.
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.
Ale Martinez - May, 2020
+++++++++++++++++++++++
MAC OSX BUILD WALKTHROUGH
+++++++++++++++++++++++