Application icon

http://doc.qt.io/qt-4.8/appicon.html
This commit is contained in:
Klaus Basan
2015-05-28 23:28:31 +02:00
parent 94eb33d228
commit ff87b3e9ae
8 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
src/swiftcore/swiftcore.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -20,6 +20,8 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$BuildRoot/bin
OTHER_FILES += *.qss
OTHER_FILES += *.qss *.ico *.rc
RC_FILE = swiftcore.rc
DISTFILES += swiftcore.rc
include ($$SourceRoot/libraries.pri)

View File

@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "swiftcore.ico"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "swift.ico"

View File

@@ -26,9 +26,9 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
$$SourceRoot/src/blackinput
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$BuildRoot/bin
OTHER_FILES += *.qss
OTHER_FILES += *.qss *.ico *.rc
RC_FILE = swift.rc
DISTFILES += swift.rc
include ($$SourceRoot/libraries.pri)