app/qml/qml.qrc

17 lines
600 B
Plaintext
Raw Normal View History

2018-07-17 19:17:25 +02:00
<RCC>
<qresource prefix="/">
2018-08-12 21:05:59 +02:00
<file>main.qml</file>
2018-08-02 12:50:55 +02:00
<file>ProfilesDialog.qml</file>
2018-08-12 21:05:59 +02:00
<file>SettingsDialog.qml</file>
<file>components/ProgressCircle.qml</file>
<file>components/SimpleIndicator.qml</file>
<file>components/ConnectionDelegate.qml</file>
<file>components/FadeAnimation.qml</file>
<file>components/ConnectionIcon.qml</file>
<file>SpeedTimer.qml</file>
<file>components/NextPageDelegate.qml</file>
2019-01-01 15:23:15 +01:00
<file>ErrorDialog.qml</file>
2019-03-08 15:36:32 +01:00
<file>components/FancyButton.qml</file>
2018-07-17 19:17:25 +02:00
</qresource>
</RCC>