mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 22:50:31 +00:00
5fb054a17c
- remove the singleton usage, this will need a bit more magic in the background. Not a huge problem since we're only using one instance anyway, and the object itself is rather light - hardcode gridUnit for now. I'd like to use TextMetrics or FontMetrics there directly, but I'm not sure we can depend on Qt 5.4 and QtQuick 2.5. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
18 lines
650 B
Text
18 lines
650 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>main.qml</file>
|
|
<file>TextButton.qml</file>
|
|
<file>Preferences.qml</file>
|
|
<file>DiveList.qml</file>
|
|
<file>DiveDetails.qml</file>
|
|
<file>DownloadFromDiveComputer.qml</file>
|
|
<file>Log.qml</file>
|
|
<file>TopBar.qml</file>
|
|
<file alias="subsurface-mobile-icon.png">../icons/subsurface-mobile-icon.png</file>
|
|
</qresource>
|
|
<qresource prefix="/qml/theme">
|
|
<file alias="Theme.qml">theme/Theme.qml</file>
|
|
<file alias="qmldir">theme/qmldir</file>
|
|
<file alias="Units.qml" >theme/Units.qml</file>
|
|
</qresource>
|
|
</RCC>
|