summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/pure-qml.qrc
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-01-02 17:04:18 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commite88c2f37097901e228de70c62a0220386038a51a (patch)
tree8f38099e01826c41acd3cbc859fda42ec46aa634 /examples/wayland/pure-qml/pure-qml.qrc
parenta327ca8d8a1f6e0a44a3aa6bd4dac716911c434e (diff)
Add a pure-qml compositor example
It uses the new qml compositor api and implements all the user logic in qml Change-Id: Iac5eca61a9ca71c7d760d32d7aae4910ba5465b3
Diffstat (limited to 'examples/wayland/pure-qml/pure-qml.qrc')
-rw-r--r--examples/wayland/pure-qml/pure-qml.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wayland/pure-qml/pure-qml.qrc b/examples/wayland/pure-qml/pure-qml.qrc
new file mode 100644
index 000000000..65ccf9474
--- /dev/null
+++ b/examples/wayland/pure-qml/pure-qml.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/">
+ <file>images/background.jpg</file>
+ <file>qml/main.qml</file>
+ <file>qml/Screen.qml</file>
+ <file>qml/Chrome.qml</file>
+ </qresource>
+</RCC>