Skip to content

Commit

Permalink
Added windows resource file to support application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Holtzberg committed Feb 10, 2014
1 parent 34e667e commit 02636b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions converter/converter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ FORMS +=

RESOURCES += \
images.qrc

RC_FILE = ./converter.rc
1 change: 1 addition & 0 deletions converter/converter.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "./images/uvc.ico"

0 comments on commit 02636b9

Please sign in to comment.