aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist
diff options
context:
space:
mode:
authorspycrab <[email protected]>2018-01-14 19:15:45 +0100
committerspycrab <[email protected]>2018-01-14 19:15:45 +0100
commitc493bd9cc927f9119960e6dc084d374a2ec75d26 (patch)
tree94b90ebb26d2b9ae3a8822395e928a3eee5aba98 /dist
parentfeae1c4c323abb0ef79e0e43230ddf0d9af7311c (diff)
downloadyuzu-android-c493bd9cc927f9119960e6dc084d374a2ec75d26.tar.gz
yuzu-android-c493bd9cc927f9119960e6dc084d374a2ec75d26.zip
Implement "About" dialog
Diffstat (limited to 'dist')
-rw-r--r--dist/icons/icons.qrc5
-rw-r--r--dist/icons/yuzu.pngbin0 -> 7719 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/dist/icons/icons.qrc b/dist/icons/icons.qrc
new file mode 100644
index 000000000..575cd0861
--- /dev/null
+++ b/dist/icons/icons.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="icons">
+ <file>yuzu.png</file>
+ </qresource>
+</RCC> \ No newline at end of file
diff --git a/dist/icons/yuzu.png b/dist/icons/yuzu.png
new file mode 100644
index 000000000..81a745344
--- /dev/null
+++ b/dist/icons/yuzu.png
Binary files differ