summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-17 04:07:37 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-17 04:07:37 -0700
commit24bd2eab437ff69b1ca47a92f01e448bbf26d3eb (patch)
treeaa1da73b9ee27dc4e60181841cf863fa3a5b5426
parent10833e32edc05c6840316f4ceb26fb58b1100a60 (diff)
downloadsubsurface-24bd2eab437ff69b1ca47a92f01e448bbf26d3eb.tar.gz
iOS build: add another dependency to dummy.qml
This way the required plugins get automagically added to the bundle. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 12dff8596..4a200b2db 100644
--- a/packaging/ios/Subsurface-mobile/dummy.qml
+++ b/packaging/ios/Subsurface-mobile/dummy.qml
@@ -7,6 +7,8 @@ import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.2
import QtQuick.Window 2.2
import QtWebView 1.0
+import QtGraphicalEffects 1.0
+
ApplicationWindow {