app/resources/qml/qml.qrc
Dorian Zedler 33a36aa055 - finished up payments
- finished up speed flowchart payment overlay
- updated ssl libs
- added the functionality to pin competitions and hide all the others
2019-07-10 22:05:53 +02:00

24 lines
952 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.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/PullRefresher.qml</file>
<file>Components/FadeAnimation.qml</file>
<file>Pages/WidgetPage.qml</file>
<file>Widgets/CalendarWidget.qml</file>
<file>Widgets/ProfileWidget.qml</file>
<file>Widgets/ResultWidget.qml</file>
<file>Widgets/RegistrationWidget.qml</file>
<file>Widgets/StartlistWidget.qml</file>
<file>Widgets/RankingWidget.qml</file>
<file>Pages/AthleteSearchPage.qml</file>
<file>Components/SpeedFlowChart.qml</file>
<file>Components/SwipeGallery.qml</file>
</qresource>
</RCC>