From 3f69aa732d22603d88f98728b51b76888f062c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Mon, 8 Jun 2015 10:17:52 +0200 Subject: macdeployqt: fix plugin deployment. Set deploymentInfo.deployedFrameworks again, which was accidentally removed by ad31b989. (The plugin deployment logic uses deployedFrameworks to determine which plugins to deploy.) Task-number: QTBUG-46494 Change-Id: I0d6168cc8e646d519578d24dc0a35f0836d3be7b Reviewed-by: Eike Ziller --- src/macdeployqt/shared/shared.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp index 1c9b319ad..647b09f3a 100644 --- a/src/macdeployqt/shared/shared.cpp +++ b/src/macdeployqt/shared/shared.cpp @@ -873,6 +873,7 @@ DeploymentInfo deployQtFrameworks(QList frameworks, } } } + deploymentInfo.deployedFrameworks = copiedFrameworks; deployRPaths(rpathsUsed, binaryPaths, useLoaderPath); deploymentInfo.rpathsUsed += rpathsUsed; return deploymentInfo; -- cgit v1.2.1