qtquick: Move the example into a sub-directory

We'll have other qtquick examples
This commit is contained in:
Sergio Martins
2020-12-02 14:52:10 +00:00
parent f240bf5d40
commit 243396f22b
9 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Guest1.qml</file>
<file>Guest2.qml</file>
<file>Guest3.qml</file>
<file>Guest.qml</file>
</qresource>
</RCC>