summaryrefslogtreecommitdiff
path: root/src/macdeployqt
diff options
context:
space:
mode:
Diffstat (limited to 'src/macdeployqt')
-rw-r--r--src/macdeployqt/shared/shared.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp
index 50b5878bf..e500bcbb0 100644
--- a/src/macdeployqt/shared/shared.cpp
+++ b/src/macdeployqt/shared/shared.cpp
@@ -575,12 +575,6 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
}
}
- // Accessibility
- if (deploymentInfo.deployedFrameworks.contains(QStringLiteral("QtWidgets.framework")))
- pluginList.append("accessible/libqtaccessiblewidgets.dylib");
- if (deploymentInfo.deployedFrameworks.contains(QStringLiteral("QtQuick.framework")))
- pluginList.append("accessible/libqtaccessiblequick.dylib");
-
// All image formats (svg if QtSvg.framework is used)
QStringList imagePlugins = QDir(pluginSourcePath + QStringLiteral("/imageformats")).entryList(QStringList() << QStringLiteral("*.dylib"));
foreach (const QString &plugin, imagePlugins) {