Files
qt-creator/doc/examples/accelbubble/qml.qrc
Leena Miettinen 5c70775ed7 Doc: update mobile app tutorial to use UI forms
Added the main.cpp file and .qrc file so that the example can
be built and run without modifications by users.

Change-Id: Ie74f78102d16b5a514f4c6156ea0558c157c0444
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2015-11-10 13:03:23 +00:00

9 lines
192 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>MainForm.ui.qml</file>
<file>Bubble.qml</file>
<file>Bluebubble.svg</file>
</qresource>
</RCC>