mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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.Window 2.2
|
||||
import QtWebView 1.0
|
||||
import QtQml.Models 2.2
|
||||
import QtQuick.Templates 2.0 as T
|
||||
|
||||
ApplicationWindow {
|
||||
|
||||
|
|
Loading…
Reference in a new issue