diff --git a/qelectrotech.exe.manifest b/qelectrotech.exe.manifest new file mode 100644 index 000000000..7a2113ddf --- /dev/null +++ b/qelectrotech.exe.manifest @@ -0,0 +1,26 @@ + + + + + + + + + + + + + true/pm + + permonitorv2,permonitor + + true + + + + diff --git a/qelectrotech.pro b/qelectrotech.pro index cbfc98564..9daae45a7 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro @@ -30,6 +30,8 @@ win32 { QET_COMMON_TBT_PATH = 'titleblocks/' QET_LANG_PATH = 'lang/' QET_LICENSE_PATH = './' + # Liste des ressources Windows + RC_FILE = qelectrotech.rc } macx { # Chemins MacOS X diff --git a/qelectrotech.rc b/qelectrotech.rc new file mode 100644 index 000000000..52a704758 --- /dev/null +++ b/qelectrotech.rc @@ -0,0 +1,4 @@ +#include + +ID_ICON1 ICON DISCARDABLE "qelectrotech.ico" +1 RT_MANIFEST "qelectrotech.exe.manifest"