diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..a73843e Binary files /dev/null and b/icon.ico differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..9998987 Binary files /dev/null and b/icon.png differ diff --git a/qtPartlist.pro b/qtPartlist.pro index 1a0452d..4076478 100644 --- a/qtPartlist.pro +++ b/qtPartlist.pro @@ -22,6 +22,7 @@ DEFINES += QT_DEPRECATED_WARNINGS # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 +RC_ICONS = icon.ico SOURCES += \ main.cpp \ @@ -75,3 +76,7 @@ FORMS += \ RESOURCES += \ qtpartlist.qrc + +DISTFILES += \ + icon.png \ + icon.ico