diff --git a/KShare.pro b/KShare.pro index 38a82d5..2a50737 100644 --- a/KShare.pro +++ b/KShare.pro @@ -74,7 +74,7 @@ DISTFILES += \ RESOURCES += \ icon.qrc -ICON = icons/favicon.ico +ICON = icons/icon.ico # Enable debug symbols QMAKE_CFLAGS_DEBUG += -g diff --git a/icons/icon.ico b/icons/icon.ico new file mode 100644 index 0000000..eeee62e Binary files /dev/null and b/icons/icon.ico differ