diff --git a/shared/shared.cpp b/shared/shared.cpp index 7c0a553..321955b 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -810,7 +810,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath if (copyFilePrintStatus(sourcePath, destinationPath)) { runStrip(destinationPath); - QList libraries = getQtLibraries(destinationPath, appDirInfo.path, deploymentInfo.rpathsUsed); + QList libraries = getQtLibraries(sourcePath, appDirInfo.path, deploymentInfo.rpathsUsed); deployQtLibraries(libraries, appDirInfo.path, QStringList() << destinationPath, deploymentInfo.useLoaderPath); } }