summaryrefslogtreecommitdiffstats
path: root/src/libs/ifwtools
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-12-11 14:45:12 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-12-21 09:15:33 +0200
commitb7df5571e0707f53716fa51d426d5ec31d36af43 (patch)
tree273923e5d6350ea82469d537adf663af6bfeebb8 /src/libs/ifwtools
parent2e29ed1ec128e5d31c8294c77c215f4649c44140 (diff)
Add high dpi image support for Logo and ProductImages
Task-number: QTIFW-2061 Task-number: QTIFW-2060 Change-Id: Idaabb6a08f5e52aa7808de4b3ad541ae47dc4dd8 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'src/libs/ifwtools')
-rw-r--r--src/libs/ifwtools/binarycreator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/ifwtools/binarycreator.cpp b/src/libs/ifwtools/binarycreator.cpp
index e8d1c3cd4..8fcc14ca3 100644
--- a/src/libs/ifwtools/binarycreator.cpp
+++ b/src/libs/ifwtools/binarycreator.cpp
@@ -60,7 +60,6 @@
using namespace QInstaller;
using namespace QInstallerTools;
-static const QLatin1String scHighDpi("@2x.");
#ifndef Q_OS_WIN
static void chmod755(const QString &absolutFilePath)