mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 08:46:16 +00:00
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>
|