Revert move, not sure if it makes a difference

This commit is contained in:
probonopd
2017-04-02 14:56:30 +02:00
committed by GitHub
parent e00472f2d8
commit 8f87719a32
+1 -2
View File
@@ -1073,10 +1073,9 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
deploymentInfo.deployedLibraries += findAppLibraries(destinationPath);
deploymentInfo.deployedLibraries = deploymentInfo.deployedLibraries.toSet().toList();
QList<LibraryInfo> libraries = getQtLibraries(sourcePath, appDirInfo.path, deploymentInfo.rpathsUsed);
LogDebug() << "Deploying plugin" << sourcePath;
if (copyFilePrintStatus(sourcePath, destinationPath)) {
runStrip(destinationPath);
QList<LibraryInfo> libraries = getQtLibraries(sourcePath, appDirInfo.path, deploymentInfo.rpathsUsed);
deployQtLibraries(libraries, appDirInfo.path, QStringList() << destinationPath, deploymentInfo.useLoaderPath);
}
}