windeployqt: Fix typo in warning message

Fixes: QTBUG-130476
Change-Id: I8c5538d6ac58ce6dd72ea00921c1cf197dffd482
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Reviewed-by: Wladimir Leuschner <wladimir.leuschner@qt.io>
(cherry picked from commit 7ee06113cdded26f5c7937eae163ef0405b7f7d2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Oliver Wolff 2024-10-25 10:19:36 +02:00 committed by Qt Cherry-pick Bot
parent 20ccdf05a7
commit dcc4fde727

View File

@ -987,7 +987,7 @@ static QString deployPlugin(const QString &plugin, const QDir &subDir, const boo
if (optVerboseLevel && subDirName == u"tls" && plugin.contains(u"qopensslbackend")
&& !deployOpenSslPlugin) {
std::wcout << "Skipping plugin " << plugin
<< ". Use -force_openssl or specify -openssl-root if you want to use it.\n";
<< ". Use -force-openssl or specify -openssl-root if you want to use it.\n";
return {};
}