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:
parent
20ccdf05a7
commit
dcc4fde727
@ -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 {};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user