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:
@@ -926,8 +926,7 @@ DeploymentInfo deployQtLibraries(QList<LibraryInfo> libraries,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (library.libraryDirectory.startsWith(bundlePath)) {
|
if (library.libraryDirectory.startsWith(bundlePath)) {
|
||||||
LogNormal() << library.libraryName << "already deployed, skipping.";
|
LogNormal() << library.libraryName << "already at target location";
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (library.rpathUsed.isEmpty() != true) {
|
if (library.rpathUsed.isEmpty() != true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user