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)) {
|
||||
LogNormal() << library.libraryName << "already deployed, skipping.";
|
||||
continue;
|
||||
LogNormal() << library.libraryName << "already at target location";
|
||||
}
|
||||
|
||||
if (library.rpathUsed.isEmpty() != true) {
|
||||
|
||||
Reference in New Issue
Block a user