-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
175 lines (175 loc) · 12.1 KB
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>scripts/main.js</file>
<file>pages/SplashScreen.qml</file>
<file>components/SingleShotTimer.qml</file>
<file>pages/MainMenu.qml</file>
<file>pages/MainMenuButton.qml</file>
<file>pages/SinglePlayer.qml</file>
<file>pages/singleplayer/NormalGame.qml</file>
<file>shared/ChoosePowerups.qml</file>
<file>shared/PowerupModel.qml</file>
<file>components/powerups/BlueShield.qml</file>
<file>components/powerups/Crossblade.qml</file>
<file>components/powerups/Fireball.qml</file>
<file>components/powerups/PowerupActions.qml</file>
<file>components/powerups/PowerupBase.qml</file>
<file>components/powerups/RedSword.qml</file>
<file>pages/GameLoadingScreen.qml</file>
<file>pages/GameRoot.qml</file>
<file>components/ArmyRoot.qml</file>
<file>components/ArmyBlocks.qml</file>
<file>components/ArmyPowerups.qml</file>
<file>components/ArmyHealth.qml</file>
<file>scripts/blocks.js</file>
<file>components/Block.qml</file>
<file>pages/Multiplayer.qml</file>
<file>pages/multiplayer/NormalGame.qml</file>
<file>scripts/qwebchannel.js</file>
<file>flux/ActionsController.qml</file>
<file>flux/ActionTypes.qml</file>
<file>flux/qmldir</file>
<file>shared/tools/quickflux/docs/concept/after-using-flux.jpg</file>
<file>shared/tools/quickflux/docs/concept/architecture.png</file>
<file>shared/tools/quickflux/docs/concept/before-using-flux.jpg</file>
<file>shared/tools/quickflux/docs/concept/middleware-data-flow.png</file>
<file>shared/tools/quickflux/docs/index.qdoc</file>
<file>shared/tools/quickflux/docs/quickflux.qdocconf</file>
<file>shared/tools/quickflux/src/priv/qfappscriptdispatcherwrapper.h</file>
<file>shared/tools/quickflux/src/priv/qfappscriptrunnable.h</file>
<file>shared/tools/quickflux/src/priv/qfhook.cpp</file>
<file>shared/tools/quickflux/src/priv/qfhook.h</file>
<file>shared/tools/quickflux/src/priv/qflistener.h</file>
<file>shared/tools/quickflux/src/priv/qfmiddlewareshook.cpp</file>
<file>shared/tools/quickflux/src/priv/qfmiddlewareshook.h</file>
<file>shared/tools/quickflux/src/priv/qfsignalproxy.cpp</file>
<file>shared/tools/quickflux/src/priv/qfsignalproxy.h</file>
<file>shared/tools/quickflux/src/priv/quickfluxfunctions.cpp</file>
<file>shared/tools/quickflux/src/priv/quickfluxfunctions.h</file>
<file>shared/tools/quickflux/src/qfactioncreator.cpp</file>
<file>shared/tools/quickflux/src/qfactioncreator.h</file>
<file>shared/tools/quickflux/src/QFAppDispatcher</file>
<file>shared/tools/quickflux/src/qfappdispatcher.cpp</file>
<file>shared/tools/quickflux/src/qfappdispatcher.h</file>
<file>shared/tools/quickflux/src/qfapplistener.cpp</file>
<file>shared/tools/quickflux/src/qfapplistener.h</file>
<file>shared/tools/quickflux/src/qfapplistenergroup.cpp</file>
<file>shared/tools/quickflux/src/qfapplistenergroup.h</file>
<file>shared/tools/quickflux/src/qfappscript.cpp</file>
<file>shared/tools/quickflux/src/qfappscript.h</file>
<file>shared/tools/quickflux/src/qfappscriptdispatcherwrapper.cpp</file>
<file>shared/tools/quickflux/src/qfappscriptgroup.cpp</file>
<file>shared/tools/quickflux/src/qfappscriptgroup.h</file>
<file>shared/tools/quickflux/src/qfappscriptrunnable.cpp</file>
<file>shared/tools/quickflux/src/qfdispatcher.cpp</file>
<file>shared/tools/quickflux/src/qfdispatcher.h</file>
<file>shared/tools/quickflux/src/qffilter.cpp</file>
<file>shared/tools/quickflux/src/qffilter.h</file>
<file>shared/tools/quickflux/src/qfhydrate.cpp</file>
<file>shared/tools/quickflux/src/qfhydrate.h</file>
<file>shared/tools/quickflux/src/QFKeyTable</file>
<file>shared/tools/quickflux/src/qfkeytable.cpp</file>
<file>shared/tools/quickflux/src/qfkeytable.h</file>
<file>shared/tools/quickflux/src/qflistener.cpp</file>
<file>shared/tools/quickflux/src/qfmiddleware.cpp</file>
<file>shared/tools/quickflux/src/qfmiddleware.h</file>
<file>shared/tools/quickflux/src/qfmiddlewarelist.cpp</file>
<file>shared/tools/quickflux/src/qfmiddlewarelist.h</file>
<file>shared/tools/quickflux/src/qfobject.cpp</file>
<file>shared/tools/quickflux/src/qfobject.h</file>
<file>shared/tools/quickflux/src/qfqmltypes.cpp</file>
<file>shared/tools/quickflux/src/qfstore.cpp</file>
<file>shared/tools/quickflux/src/qfstore.h</file>
<file>shared/tools/quickflux/src/QuickFlux</file>
<file>shared/tools/quickflux/src/src.pri</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/actions/ActionTypes.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/actions/AppActions.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/actions/qmldir</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/adapters/qmldir</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/adapters/StoreAdapter.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/constants/Constants.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/constants/qmldir</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/stores/MainStore.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/stores/qmldir</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/storeworkers/MainStoreWorker.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/storeworkers/qmldir</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/App/storeworkers/StoreWorker.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/app.pri</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/app.pro</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/app.qrc</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/appview.cpp</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/appview.h</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/deployment.pri</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/main.cpp</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/main.qml</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/qpm.json</file>
<file>shared/tools/quickflux/templates/quickflux-project-template/README.md</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_actioncreator.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_appdispatcher.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_appdispatcher_dispatch_reentrant.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_appdispatcher_waitfor.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_applistener.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_applistener_alwayson.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_applistener_filter.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_applistener_waitfor.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_applistenergroup.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_appscript.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_appscriptgroup.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_filter.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_hydrate.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_keytable.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_middleware_exception.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_middleware_filterFunctionEnabled.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_middlewarelist.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_middlewarelist_applyTarget.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_qimage.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_store.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_store_bridge.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qmltests/tst_store_children.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/ActionTypes.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/AppActions.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/AppActionsKeyTable.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/DispatcherTests.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/DummyAction.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/QuickFluxTests/qmldir</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/actiontypes.cpp</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/actiontypes.h</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/dummy.qml</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/main.cpp</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/messagelogger.cpp</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/messagelogger.h</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qml.qrc</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/qpm.json</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/quickfluxunittests.cpp</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/quickfluxunittests.h</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/quickfluxunittests.pro</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/testenv.cpp</file>
<file>shared/tools/quickflux/tests/quickfluxunittests/testenv.h</file>
<file>shared/tools/quickflux/appveyor.yml</file>
<file>shared/tools/quickflux/CMakeLists.txt</file>
<file>shared/tools/quickflux/LICENSE</file>
<file>shared/tools/quickflux/qpm.json</file>
<file>shared/tools/quickflux/quickflux.pri</file>
<file>shared/tools/quickflux/quickflux.pro</file>
<file>shared/tools/quickflux/QuickFluxConfig.cmake.in</file>
<file>shared/tools/quickflux/README.md</file>
<file>images/block_blue.png</file>
<file>images/block_blue_ss.png</file>
<file>images/block_orange.png</file>
<file>images/block_orange_ss.png</file>
<file>images/block_yellow.png</file>
<file>images/block_yellow_ss.png</file>
<file>images/block_green.png</file>
<file>images/block_green_ss.png</file>
<file>images/block_red.png</file>
<file>images/block_red_ss.png</file>
<file>images/explosion_hi_ss.png</file>
<file>images/explode_ss.png</file>
<file>images/block_die_ss.png</file>
<file>images/frame.png</file>
<file>images/frame2.png</file>
<file>images/healthcontainer.png</file>
<file>components/BlockKilledParticle.qml</file>
</qresource>
</RCC>