From 52c117a3f5b18d35d741a45a6541832b03fbf562 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 4 Jul 2014 13:07:56 +0200 Subject: [PATCH] macdeployqt: remove accessibility plugins that no longer exist Change-Id: Icd87b10d8173b6a97ddc5099298360084eb7d624 Reviewed-by: Frederik Gladhorn --- src/macdeployqt/shared/shared.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp index 722f1be..9996fd3 100644 --- a/src/macdeployqt/shared/shared.cpp +++ b/src/macdeployqt/shared/shared.cpp @@ -567,12 +567,6 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl // Cocoa print support pluginList.append("printsupport/libcocoaprintersupport.dylib"); - // 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) { -- 2.7.4