app/resources/qml/qml.qrc
Dorian Zedler 6d7009b183
Some checks are pending
continuous-integration/drone/push Build is running
continuous-integration/drone/pr Build is running
Chore: refactor speed flowchart (fixes #26)
2022-08-14 17:43:38 +02:00

37 lines
1.6 KiB
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>
<file>Components/CompetitionCalendarDelegate.qml</file>
<file>Components/SelectorPopup.qml</file>
<file>Components/ResultDelegate.qml</file>
<file>Components/SpeedFlowChartLocker.qml</file>
<file>Components/SpeedFlowChartPopup.qml</file>
<file>Components/BlueRockBadge.qml</file>
<file>Components/DisclaimerDialog.qml</file>
<file>Components/ColoredItemDelegate.qml</file>
<file>Components/AlignedButton.qml</file>
<file>Components/SharePopup.qml</file>
<file>Pages/QrCodeScanPage.qml</file>
<file>Components/MovingLabel.qml</file>
<file>Components/SpeedFlowChart.js</file>
</qresource>
</RCC>