app/resources/qml/qml.qrc
Dorian Zedler 4971d6e9b1 - startlists are now supported
- displaying errors at the top bar instead of the whole screen
2019-04-22 12:38:23 +02:00

17 lines
621 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Pages/CompetitionCalendarPage.qml</file>
<file>Pages/RankingPage.qml</file>
<file>Pages/StartPage.qml</file>
<file>Components/FancyButton.qml</file>
<file>Components/AppToolBar.qml</file>
<file>Components/FancyBusyIndicator.qml</file>
<file>Components/InfoArea.qml</file>
<file>Components/DataListView.qml</file>
<file>Components/RankingView.qml</file>
<file>Components/RegistrationView.qml</file>
<file>Components/StartlistView.qml</file>
</qresource>
</RCC>