diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-14 13:29:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-14 09:28:25 -0800 |
commit | 685b92b9c2ddd6575ae5df7c95b928e60fcd7005 (patch) | |
tree | 800b6b9cf4a744e318b0ff6b6e04b9e77143f602 /INSTALL | |
parent | b43ecdad4ed956a3075ecb55aed4497217d011d9 (diff) | |
download | subsurface-685b92b9c2ddd6575ae5df7c95b928e60fcd7005.tar.gz |
/: Corrected wrong Qt dependency from Kirigami
Kirigami 5.62 uses QtQuick.Controls 2.5, which were introduced in
Qt 5.12 (see https://doc.qt.io/qt-5/qtquickcontrols-index.html)
update CMakeList.txt to demand min. 5.12 when building SUBSURFACE-MOBILE
update INSTALL text
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ Getting Qt5 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) +Qt5.9.1 is the oldest version supported if ONLY building Subsurface +Qt5.12 is the oldest version supported if also building Subsurface-mobile Download the Open Source version from https://www.qt.io/download and follow the Qt instructions to install it or alternatively follow the |