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>
This commit is contained in:
Dirk Hohndel 2016-06-17 04:07:37 -07:00
parent 10833e32ed
commit 24bd2eab43

View file

@ -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 {