forked from qt-creator/qt-creator
Move the instructions for creating the project into an include file that can be used for all Qt Quick Application tutorials. Change-Id: I02385f68f23ef2d3ee98b754344781ae1819203c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>main.qml</file>
|
|
<file>MainForm.ui.qml</file>
|
|
<file>qt-logo.png</file>
|
|
</qresource>
|
|
</RCC>
|