diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-12 16:21:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-13 08:29:48 -0800 |
commit | 46088e63fd419d3eceae8c1c45dcec87a35badf3 (patch) | |
tree | 80e965e0f3acc768cb434a08a0f393354981c190 /INSTALL | |
parent | b850384100ce429d3720ce03fc39e817f123c77d (diff) | |
download | subsurface-46088e63fd419d3eceae8c1c45dcec87a35badf3.tar.gz |
/: update INSTALL to reflect correct Qt version.
commit 5ce4b3d5e set minimum Qt level to 5.11 for Subsurface-mobile
commit 3df2be5c1 set minimum Qt level to 5.9.1 for Subsurface
update INSTALL to reflect to new Qt versions
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -60,8 +60,10 @@ respective upstreams. Getting Qt5 ----------- -We use Qt5 in order to only maintain one UI across platforms. Qt5.8 is the -oldest version supported. +We use Qt5 in order to only maintain one UI across platforms. + +Qt5.9.1 is the oldest version supported if ONLY building Subsurface (desktop version) +Qt5.11 is the oldest version supported if also building Subsurface-mobile (ios/android) Download the Open Source version from https://www.qt.io/download and follow the Qt instructions to install it or alternatively follow the |