summaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-08 17:03:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-12 20:33:27 -0700
commit5641d6d4900cebadae9ab82ef37297b00e1eb1fa (patch)
tree08a591015fcbed073312ff1095328d2ba90299a8 /packaging/ios
parent5f9ca5f2ecabcdfe83a6707b58fea106180b6c7d (diff)
downloadsubsurface-5641d6d4900cebadae9ab82ef37297b00e1eb1fa.tar.gz
QML UI: need major.minor versions, apparently
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/Subsurface-mobile/dummy.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ios/Subsurface-mobile/dummy.qml b/packaging/ios/Subsurface-mobile/dummy.qml
index 0a668d643..aaf0a7984 100644
--- a/packaging/ios/Subsurface-mobile/dummy.qml
+++ b/packaging/ios/Subsurface-mobile/dummy.qml
@@ -1,8 +1,8 @@
// dummy file that tells the iOS build which dependencies
// are needed at runtim
import QtQuick 2.5
-import QtQuick.Controls 2
-import QtQuick.Controls 1
+import QtQuick.Controls 2.0
+import QtQuick.Controls 1.0
import QtQuick.Dialogs 1.2
import QtQuick.Templates 2.0
import QtQuick.Layouts 1.2