Skip to content

Commit 58d9a0e

Browse files
committed
FIX: Add the icon to the Windows binary
Ref: https://doc.qt.io/qt-5/appicon.html
1 parent bd968f0 commit 58d9a0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fhex.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
2323
# You can also select to disable deprecated APIs only up to a certain version of Qt.
2424
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
2525

26+
# App Icon (Windows)
27+
RC_ICONS = icon.ico
2628

2729
SOURCES += \
2830
src/chunks.cpp \

icon.ico

334 KB
Binary file not shown.

0 commit comments

Comments
 (0)