summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared/shared.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-08-29 10:28:01 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-09-03 10:24:23 +0000
commita2a0ff8676bce46ed1ae7c387cbcd2f5377a0e01 (patch)
tree47dc56914fa85566c9a0bb9964241c88e79a96e2 /src/macdeployqt/shared/shared.h
parent6edf63144df8662bb3ff787553b183584a533f56 (diff)
macdeployqt: Deploy plugins when -no-framework is used
When it was detecting the plugins to deploy, it would only work when Qt was configured as frameworks. This ensures that this case is accounted for. [ChangeLog][macdeployqt] Now deploys plugins when Qt is configured with -no-framework Fixes: 5.11.3 Fixes: 5.12.0 Task-number: QTBUG-68823 Change-Id: I05997150328a93c15609abc1759846b7a184f82a Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/macdeployqt/shared/shared.h')
-rw-r--r--src/macdeployqt/shared/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macdeployqt/shared/shared.h b/src/macdeployqt/shared/shared.h
index c4d60ea0a..56a440917 100644
--- a/src/macdeployqt/shared/shared.h
+++ b/src/macdeployqt/shared/shared.h
@@ -99,6 +99,7 @@ public:
QSet<QString> rpathsUsed;
bool useLoaderPath;
bool isFramework;
+ bool containsModule(const QString &module, const QString &libInFix) const;
};
inline QDebug operator<<(QDebug debug, const ApplicationBundleInfo &info);