forked from qt-creator/qt-creator
Based on the Qt Quick Controls UI Forms example. Change-Id: Iec42b7559161f980e4f482c63bfc40a22f5e77f8 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>main.qml</file>
|
|
<file>MainForm.ui.qml</file>
|
|
<file>CustomerModelSingleton.qml</file>
|
|
<file>Settings.qml</file>
|
|
<file>SettingsForm.ui.qml</file>
|
|
<file>Notes.qml</file>
|
|
<file>NotesForm.ui.qml</file>
|
|
<file>History.qml</file>
|
|
<file>HistoryTableView.qml</file>
|
|
<file>CustomerTableView.qml</file>
|
|
</qresource>
|
|
</RCC>
|