diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-28 21:47:36 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:56:39 -0800 |
commit | 016b73872fa5997420c42e10ed987b892909da33 (patch) | |
tree | 15648a9073297ce7a33fdc83c068553d2f005c26 /packaging | |
parent | 252fc94c6764f89f4545c53dcd784e5ef2dfa0c7 (diff) | |
download | subsurface-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')
-rw-r--r-- | packaging/ios/Subsurface-mobile/dummy.qml | 2 |
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 { |