mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
252fc94c67
commit
016b73872f
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ import QtQuick.Layouts 1.2
|
||||||
import QtQuick.Layouts 1.3
|
import QtQuick.Layouts 1.3
|
||||||
import QtQuick.Window 2.2
|
import QtQuick.Window 2.2
|
||||||
import QtWebView 1.0
|
import QtWebView 1.0
|
||||||
|
import QtQml.Models 2.2
|
||||||
|
import QtQuick.Templates 2.0 as T
|
||||||
|
|
||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue