summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/src/qml/qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'chicken-wranglers/src/qml/qml.qrc')
-rw-r--r--chicken-wranglers/src/qml/qml.qrc43
1 files changed, 43 insertions, 0 deletions
diff --git a/chicken-wranglers/src/qml/qml.qrc b/chicken-wranglers/src/qml/qml.qrc
new file mode 100644
index 0000000..615d922
--- /dev/null
+++ b/chicken-wranglers/src/qml/qml.qrc
@@ -0,0 +1,43 @@
+ <!DOCTYPE RCC><RCC version="1.0">
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>common.js</file>
+ <file>client.js</file>
+ <file>host.js</file>
+ <file>Splash.qml</file>
+ <file>StartView.qml</file>
+ <file>widgets/Screen.qml</file>
+ <file>widgets/Button.qml</file>
+ <file>widgets/ImageButton.qml</file>
+ <file>widgets/Loading.qml</file>
+ <file>widgets/BaseDialog.qml</file>
+ <file>widgets/MessageDialog.qml</file>
+ <file>widgets/ConfirmationDialog.qml</file>
+ <file>widgets/Feather.qml</file>
+ <file>widgets/FeatherFall.qml</file>
+ <file>widgets/featherfall.js</file>
+ <file>widgets/Countdown.qml</file>
+ <file>widgets/OptionSlider.qml</file>
+ <file>widgets/Scrollbar.qml</file>
+ <file>widgets/ConnectivityDialog.qml</file>
+ <file>widgets/ConnectivityListView.qml</file>
+ <file>widgets/ToggleButton.qml</file>
+
+ <file>ClientView.qml</file>
+ <file>CharacterSelectionView.qml</file>
+ <file>PlayerReadyView.qml</file>
+ <file>PlayerControlView.qml</file>
+
+ <file>HostView.qml</file>
+ <file>WaitingRoomView.qml</file>
+ <file>MatchView.qml</file>
+ <file>Laser.qml</file>
+ <file>Score.qml</file>
+ <file>ScoreBox.qml</file>
+ <file>HenCoop.qml</file>
+ <file>Being.qml</file>
+ <file>Character.qml</file>
+ <file>Chicken.qml</file>
+ <file>match.js</file>
+ </qresource>
+ </RCC>