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>
This commit is contained in:
Dirk Hohndel 2017-11-28 21:47:36 -08:00
parent 252fc94c67
commit 016b73872f

View file

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