Do not skip deployment just because the library is already at the target location

It might be pre-existing (prior to running linuxdeployqt) any may need to be properly deployed nevertheless
This commit is contained in:
probonopd
2017-11-09 21:36:23 +01:00
committed by GitHub
parent 8799f57ca6
commit 099f3c0433
+1 -2
View File
@@ -926,8 +926,7 @@ DeploymentInfo deployQtLibraries(QList<LibraryInfo> libraries,
}
if (library.libraryDirectory.startsWith(bundlePath)) {
LogNormal() << library.libraryName << "already deployed, skipping.";
continue;
LogNormal() << library.libraryName << "already at target location";
}
if (library.rpathUsed.isEmpty() != true) {