Add icon files for Windows and OS/2.

Issue: http://code.google.com/p/phantomjs/issues/detail?id=60

This improvement is provided by Salvador Parra Camacho.
1.1
Ariya Hidayat 2011-03-18 23:40:40 -07:00
parent 1a4af0a5d0
commit 2182d8e54b
6 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Version 1.1.0
Fixed issue #19: option for setting the proxy (Clint Berry, Ariya Hidayat).
Fixed issue #60: Win32 and OS/2 icon files (Salvador Parra Camacho).
2011-01-17: Version 1.0.0
Initial launch.

View File

@ -8,3 +8,6 @@ QT += network webkit
CONFIG += console
include(gif/gif.pri)
win32: RC_FILE = phantomjs_win.rc
os2: RC_FILE = phantomjs_os2.rc

BIN
src/phantomjs_os2.ico Normal file

Binary file not shown.

1
src/phantomjs_os2.rc Normal file
View File

@ -0,0 +1 @@
ICON 1 "phantomjs_os2.ico"

BIN
src/phantomjs_win.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

1
src/phantomjs_win.rc Normal file
View File

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