forked from qt-creator/qt-creator
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>
9 lines
192 B
Plaintext
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>
|