summaryrefslogtreecommitdiffstats
path: root/src/windeployqt/main.cpp
diff options
context:
space:
mode:
authorMarius Kittler <mariuskittler@gmx.de>2020-11-08 17:10:15 +0100
committerKai Koehne <kai.koehne@qt.io>2020-11-26 07:51:04 +0000
commita49d2b6e7ca1f6694512066cc8bd0a6d8f4b0261 (patch)
tree3f1a4987483530ae3782bf056c91362f3a8d9238 /src/windeployqt/main.cpp
parent478698e98d132eafaccb641a3fceff3056e2f8fd (diff)
windeployqt: Fix name of qt6CoreName variable
Pick-to: 6.0 6.0.0 Change-Id: I3b16ec0b13008abc8f38dac63456db20f2f989c5 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/windeployqt/main.cpp')
-rw-r--r--src/windeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index b5953f099..b170af951 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -1447,7 +1447,7 @@ static DeployResult deploy(const Options &options,
}
if (options.patchQt && !options.dryRun) {
- const QString qt5CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix,
+ const QString qt6CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix,
options.platform, result.isDebug)).fileName();
#ifndef QT_RELOCATABLE
if (!patchQtCore(targetPath + QLatin1Char('/') + qt6CoreName, errorMessage)) {