aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/resources.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/resources.qrc')
-rw-r--r--examples/GuiClient/resources.qrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/GuiClient/resources.qrc b/examples/GuiClient/resources.qrc
new file mode 100644
index 00000000..082e59d0
--- /dev/null
+++ b/examples/GuiClient/resources.qrc
@@ -0,0 +1,12 @@
+<RCC>
+ <qresource prefix="/icons" >
+ <file>resource/green.png</file>
+ <file>resource/orange.png</file>
+ <file>resource/red.png</file>
+ <file>resource/gray.png</file>
+ <file>resource/avatar.png</file>
+ <file>resource/searchIcon.png</file>
+ <file>resource/downArrow.png</file>
+ <file>resource/ajax-loader.gif</file>
+ </qresource>
+</RCC>