Skip to content

Commit

Permalink
Add an application icon for os2. Unfortunately this is not the same as
Browse files Browse the repository at this point in the history
windows so it must be a different file.
  • Loading branch information
icefox committed Jul 19, 2010
1 parent 11b5f85 commit 301487d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added src/browser_os2.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/browser_os2.rc
@@ -0,0 +1 @@
ICON 1 "browser_os2.ico"
4 changes: 4 additions & 0 deletions src/src.pri
Expand Up @@ -116,6 +116,10 @@ win32 {
LIBS += -luser32
}

os2 {
RC_FILE = $$PWD/browser_os2.rc
}

mac {
ICON = browser.icns
QMAKE_INFO_PLIST = Info_mac.plist
Expand Down

0 comments on commit 301487d

Please sign in to comment.