app/resources/qml/qml.qrc

18 lines
668 B
Plaintext
Raw Normal View History

<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/ResultView.qml</file>
<file>Components/RegistrationView.qml</file>
<file>Components/StartlistView.qml</file>
<file>Components/RankingView.qml</file>
</qresource>
</RCC>