aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-14 13:21:12 -0500
committerGitHub <noreply@github.com>2018-01-14 13:21:12 -0500
commit7435dc53c8a3d9502232567cddcf3964e2dbab1e (patch)
tree18bd77221697576ffba6cf50bf3c4f5b9ce02706 /dist
parentd3f421b9a602e439463c960823a53a60d4958a76 (diff)
parentc493bd9cc927f9119960e6dc084d374a2ec75d26 (diff)
Merge pull request #4 from spycrab/aboutdialog
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