aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-qml/src-qml.qrc
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-10-13 14:00:14 -0400
committerKen Moore <ken@ixsystems.com>2017-10-13 14:00:14 -0400
commit27992c407e1d67b14c7d20aa378193d5590b1d52 (patch)
tree0a7b10db476e55a9d1e21bb0a32fdbc542daaf06 /src-qt5/src-qml/src-qml.qrc
parentAdd the beginnings of the root desktop QML system. Not finished yet. (diff)
downloadlumina-27992c407e1d67b14c7d20aa378193d5590b1d52.tar.gz
lumina-27992c407e1d67b14c7d20aa378193d5590b1d52.tar.bz2
lumina-27992c407e1d67b14c7d20aa378193d5590b1d52.zip
Another checkpoint commit - almost ready to start running tests with QML for the desktop background/wallpapers
Diffstat (limited to 'src-qt5/src-qml/src-qml.qrc')
-rw-r--r--src-qt5/src-qml/src-qml.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/src-qml/src-qml.qrc b/src-qt5/src-qml/src-qml.qrc
new file mode 100644
index 00000000..41f9d54b
--- /dev/null
+++ b/src-qt5/src-qml/src-qml.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="QML">
+ <file alias="RootDesktop">RootDesktop.qml</file>
+ </qresource>
+</RCC>
bgstack15