diff --git a/iolico.ico b/iolico.ico new file mode 100644 index 0000000..e84f906 Binary files /dev/null and b/iolico.ico differ diff --git a/launch.pro b/launch.pro index 022a533..502ce84 100644 --- a/launch.pro +++ b/launch.pro @@ -26,3 +26,5 @@ OTHER_FILES += \ RESOURCES += \ imgs.qrc + +RC_FILE = launch.rc diff --git a/launch.rc b/launch.rc new file mode 100644 index 0000000..444b150 --- /dev/null +++ b/launch.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "iolico.ico" \ No newline at end of file