aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-28 21:47:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:56:39 -0800
commit016b73872fa5997420c42e10ed987b892909da33 (patch)
tree15648a9073297ce7a33fdc83c068553d2f005c26 /packaging/ios
parent252fc94c6764f89f4545c53dcd784e5ef2dfa0c7 (diff)
downloadsubsurface-016b73872fa5997420c42e10ed987b892909da33.tar.gz
iOS build: add a couple more imports to the build
The build process uses the dummy.qml file to determine which QML modules to package. This ensures that Subsurface-mobile includes all its dependencies. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/Subsurface-mobile/dummy.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile/dummy.qml b/packaging/ios/Subsurface-mobile/dummy.qml
index 778a41d74..5c77c0e52 100644
--- a/packaging/ios/Subsurface-mobile/dummy.qml
+++ b/packaging/ios/Subsurface-mobile/dummy.qml
@@ -18,6 +18,8 @@ import QtQuick.Layouts 1.2
import QtQuick.Layouts 1.3
import QtQuick.Window 2.2
import QtWebView 1.0
+import QtQml.Models 2.2
+import QtQuick.Templates 2.0 as T
ApplicationWindow {