macdeployqt: Replace bearer with tls
This commit is contained in:
2
3rdparty/macdeployqt/shared.cpp
vendored
2
3rdparty/macdeployqt/shared.cpp
vendored
@@ -1125,7 +1125,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
|||||||
|
|
||||||
// Network
|
// Network
|
||||||
if (deploymentInfo.containsModule("Network", libInfix))
|
if (deploymentInfo.containsModule("Network", libInfix))
|
||||||
addPlugins(QStringLiteral("bearer"));
|
addPlugins(QStringLiteral("tls"));
|
||||||
|
|
||||||
// All image formats (svg if QtSvg is used)
|
// All image formats (svg if QtSvg is used)
|
||||||
const bool usesSvg = deploymentInfo.containsModule("Svg", libInfix);
|
const bool usesSvg = deploymentInfo.containsModule("Svg", libInfix);
|
||||||
|
|||||||
Reference in New Issue
Block a user