From b308f00b27c0a6efa1bd66f1cf05db3698e06cb2 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 4 Feb 2018 18:32:42 +0000 Subject: [PATCH] Try to fix HIDPI on Windows platform, thanks Gabberworld git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5227 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- qelectrotech.exe.manifest | 26 ++++++++++++++++++++++++++ qelectrotech.pro | 2 ++ qelectrotech.rc | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 qelectrotech.exe.manifest create mode 100644 qelectrotech.rc 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"