subsurface/qt-mobile/mobile-resources.qrc
Grace Karanja bdf87ff60e QML UI: move the dive list to a separate file
Move the dive list qml code to a separate file for easier management.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
2015-07-10 06:04:01 -07:00

8 lines
197 B
Text

<RCC>
<qresource prefix="/qml">
<file>main.qml</file>
<file>TextButton.qml</file>
<file>Preferences.qml</file>
<file>DiveList.qml</file>
</qresource>
</RCC>