Icon renamed to work with PPA

This commit is contained in:
NeoTheFox 2015-03-09 22:54:34 +03:00
parent 9fa65d922f
commit 47644cccb8
3 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ unix
desktop.files += $${TARGET}.desktop desktop.files += $${TARGET}.desktop
icon.path = $$DATADIR/icons icon.path = $$DATADIR/icons
icon.files += icons/icon.png icon.files += icons/repraptor.png
} }
SOURCES += main.cpp\ SOURCES += main.cpp\

View File

@ -1,6 +1,6 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file>icons/icon.png</file> <file>icons/repraptor.png</file>
<file>icons/logo.png</file> <file>icons/logo.png</file>
<file>icons/error_a.png</file> <file>icons/error_a.png</file>
<file>icons/error_b.png</file> <file>icons/error_b.png</file>

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB