summaryrefslogtreecommitdiffstats
path: root/qt-mobile/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-06 21:50:52 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-06 14:04:21 -0800
commit5fb054a17c74fe4aed950e4173aa05f43f0355cf (patch)
tree55a6894a4271c332b585f74ef803501cfe65bbbd /qt-mobile/mobile-resources.qrc
parentc8227e200dbc6cfa45a13c5805c740bc7324bde2 (diff)
downloadsubsurface-5fb054a17c74fe4aed950e4173aa05f43f0355cf.tar.gz
some changes from the upstream wip-branch
- 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>
Diffstat (limited to 'qt-mobile/mobile-resources.qrc')
-rw-r--r--qt-mobile/mobile-resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc
index 2241fa667..a5875bf68 100644
--- a/qt-mobile/mobile-resources.qrc
+++ b/qt-mobile/mobile-resources.qrc
@@ -12,6 +12,7 @@
</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>