mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
329a632ed9
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>
5 lines
88 B
Text
5 lines
88 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>dummy.qml</file>
|
|
</qresource>
|
|
</RCC>
|