diff --git a/ScreenTranslator.pro b/ScreenTranslator.pro index d850938..aabdc7a 100644 --- a/ScreenTranslator.pro +++ b/ScreenTranslator.pro @@ -38,3 +38,10 @@ FORMS += \ RESOURCES += \ Recources.qrc + +win32{ +RC_FILE = app.rc +} + +OTHER_FILES += \ + app.rc diff --git a/app.rc b/app.rc new file mode 100644 index 0000000..b48038f --- /dev/null +++ b/app.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "images/icon.ico" \ No newline at end of file