diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-14 07:44:57 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-14 07:47:03 -0400 |
commit | 303e7c4982b3da37737096e6d75a30101d341d54 (patch) | |
tree | 1d9287645ed85b31b22b0da04fd659f3c4c0c1de /packaging | |
parent | dd14e2782008df427704173e5eaf9a75fcbc0d2d (diff) | |
download | subsurface-303e7c4982b3da37737096e6d75a30101d341d54.tar.gz |
iOS build: update dummy.qml to match all the imports
I don't think we need all the versions, but it shouldn't hurt.
Now they are alphabetical, that should make it easier.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/dummy.qml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/packaging/ios/Subsurface-mobile/dummy.qml b/packaging/ios/Subsurface-mobile/dummy.qml index 9e36427f2..778a41d74 100644 --- a/packaging/ios/Subsurface-mobile/dummy.qml +++ b/packaging/ios/Subsurface-mobile/dummy.qml @@ -1,17 +1,23 @@ // dummy file that tells the iOS build which dependencies // are needed at runtim +import QtGraphicalEffects 1.0 +import QtLocation 5.3 +import QtPositioning 5.3 +import QtQuick 2.0 +import QtQuick 2.3 +import QtQuick 2.4 import QtQuick 2.5 +import QtQuick 2.6 import QtQuick.Controls 2.0 -import QtQuick.Controls 1.0 +import QtQuick.Controls 2.1 +import QtQuick.Controls 2.2 +import QtQuick.Controls.Material 2.1 import QtQuick.Dialogs 1.2 -import QtQuick.Templates 2.0 +import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.2 +import QtQuick.Layouts 1.3 import QtQuick.Window 2.2 -import QtGraphicalEffects 1.0 -import QtQml.Models 2.1 -import QtBluetooth 5.2 -import QtQuick.Controls.Material 2.1 - +import QtWebView 1.0 ApplicationWindow { |