summarylogtreecommitdiffstats
path: root/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch')
-rw-r--r--0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch b/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch
deleted file mode 100644
index e58ef2aa9c9e..000000000000
--- a/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b675d7e907c0a0cd415322879fa1738e5f7323c8 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sun, 8 Nov 2020 17:10:15 +0100
-Subject: [PATCH] windeployqt: Fix name of qt6CoreName variable
-
----
- src/windeployqt/main.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
-index 21321457..1b331024 100644
---- a/src/windeployqt/main.cpp
-+++ b/src/windeployqt/main.cpp
-@@ -1461,7 +1461,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)) {
---
-2.29.2
-