Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows: Add icon resource to .exe
The 2.1.0 build already has this.
  • Loading branch information
mvf committed Nov 5, 2018
1 parent 6a5d35b commit 1a9ead3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qolibri.pro
Expand Up @@ -74,6 +74,7 @@ SOURCES += \
src/webview.cpp \

RESOURCES += qolibri.qrc
RC_FILE = qolibri.rc

FORMS += src/optiondialog.ui

Expand Down
2 changes: 1 addition & 1 deletion qolibri.rc
@@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "qolibri.ico"
IDI_ICON1 ICON DISCARDABLE "images/qolibri.ico"

0 comments on commit 1a9ead3

Please sign in to comment.