Mercurial > hg > easyhg
changeset 197:2afac743acdf
* Add (rather crappy) program icon. Still lacks platform icon support on OS/X and Linux/X11
author | Chris Cannam |
---|---|
date | Mon, 03 Jan 2011 12:35:13 +0000 |
parents | dbc8d97caaf4 |
children | 4adbd5c9c15d |
files | easyhg-icon.ico easyhg.pro easyhg.qrc easyhg.rc images/crappy-icon-design.xcf images/crappy-icon.png images/easyhg-icon.png mainwindow.cpp |
diffstat | 8 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/easyhg.pro Fri Dec 24 13:16:12 2010 +0000 +++ b/easyhg.pro Mon Jan 03 12:35:13 2011 +0000 @@ -87,10 +87,9 @@ LIBS += -lSecur32 } -# ! [0] RESOURCES = easyhg.qrc -#win32 { -# RC_FILE = easyhg.rc -#} +win32 { + RC_FILE = easyhg.rc +} QT += network
--- a/easyhg.qrc Fri Dec 24 13:16:12 2010 +0000 +++ b/easyhg.qrc Mon Jan 03 12:35:13 2011 +0000 @@ -22,6 +22,7 @@ <file>images/hdd_unmount.png</file> <file>images/hdd_unmount-64.png</file> <file>images/fileopen.png</file> + <file>images/easyhg-icon.png</file> <file>easyhg.py</file> <file>easyhg_en.qm</file> </qresource>