diff --git a/app/app.pro b/app/app.pro index 3c1d431..c215696 100644 --- a/app/app.pro +++ b/app/app.pro @@ -17,6 +17,8 @@ isEmpty(PREFIX) { RESOURCES += \ ../resources.qrc +RC_FILE = puush-qt.rc + INSTALLS += target desktop icon target.path = $$PREFIX/bin diff --git a/app/puush-qt.ico b/app/puush-qt.ico new file mode 100644 index 0000000..8f8d64a Binary files /dev/null and b/app/puush-qt.ico differ diff --git a/app/puush-qt.rc b/app/puush-qt.rc new file mode 100644 index 0000000..3170187 --- /dev/null +++ b/app/puush-qt.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "puush-qt.ico" \ No newline at end of file