diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-05-04 14:07:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-04 14:42:07 -0700 |
commit | 329a632ed973b7f40c005c811d5cb9dc174dd87b (patch) | |
tree | 5662c9803158052d9cfcea3a59ae11438d9a946c /packaging/ios/Subsurface-mobile/qml.qrc | |
parent | 8408cbe3a4545d61e3c6bacb092879e18f1171a2 (diff) | |
download | subsurface-329a632ed973b7f40c005c811d5cb9dc174dd87b.tar.gz |
iOS build: dummy qml file to pull in the right dependencies
The iOS build process is rather stupid - it scans all .qml files
in the root directory of the project to determine which QML dependencies
are required.
This is why we had the weird leftover fake QML project in our sources.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/qml.qrc')
-rw-r--r-- | packaging/ios/Subsurface-mobile/qml.qrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/ios/Subsurface-mobile/qml.qrc b/packaging/ios/Subsurface-mobile/qml.qrc index 7684346a5..4aad1f267 100644 --- a/packaging/ios/Subsurface-mobile/qml.qrc +++ b/packaging/ios/Subsurface-mobile/qml.qrc @@ -1,6 +1,5 @@ <RCC> <qresource prefix="/"> - <file>main.qml</file> - <file>MainForm.ui.qml</file> + <file>dummy.qml</file> </qresource> </RCC> |