diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-06 21:51:23 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 14:04:32 -0800 |
commit | cbb8866b089d3366611d2fff68da892e0ed8be20 (patch) | |
tree | 8593132c0aafb67b3049096fedcd3526bfdf9b10 | |
parent | 5fb054a17c74fe4aed950e4173aa05f43f0355cf (diff) | |
download | subsurface-cbb8866b089d3366611d2fff68da892e0ed8be20.tar.gz |
Add qmldir file
This will be needed at some point, so better put it in the right place
already, so we don't forget enabling the singleton usage once we've
fleshed out how that could work exactly.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-mobile/theme/qmldir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/theme/qmldir b/qt-mobile/theme/qmldir new file mode 100644 index 000000000..c654dbad6 --- /dev/null +++ b/qt-mobile/theme/qmldir @@ -0,0 +1,2 @@ +#singleton Units Units.qml +#//singleton Theme Theme.qml |