summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-02-25 03:00:37 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-02-25 03:00:38 +0100
commit0fa60787e42e4474427d95001c13224d554dcb62 (patch)
tree62faa1a8268c94e4b6edbf14ecbda2f09777f4ad
parentd8a971b8475035f61e1ad3baaef6a8c49556c42d (diff)
parent698ffa215fd3fd7b8dd67ed9be88ca1a6731df91 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
-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 e82db7690..4e480bb54 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -1430,7 +1430,7 @@ static DeployResult deploy(const Options &options,
// Check for ANGLE on the Qt5Gui library.
if (options.platform.testFlag(WindowsBased) && !qtGuiLibrary.isEmpty()) {
- QString libGlesName = QStringLiteral("libGLESV2");
+ QString libGlesName = QStringLiteral("libGLESv2");
if (result.isDebug && platformHasDebugSuffix(options.platform))
libGlesName += QLatin1Char('d');
libGlesName += QLatin1String(windowsSharedLibrarySuffix);