We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3e3e6 commit fd33511Copy full SHA for fd33511
tools/linuxdeployqt/shared.cpp
@@ -391,7 +391,7 @@ LddInfo findDependencyInfo(const QString &binaryPath)
391
}
392
393
394
- if ((binaryPath.contains(".so.") || binaryPath.endsWith(".so")) && (!lddOutputContainsLinuxVDSO(output))) {
+ if ((binaryPath.contains(".so.") || binaryPath.endsWith(".so")) && (!lddOutputContainsLinuxVDSO(output)) && (!binaryPath.contains("platformthemes"))) {
395
const QRegularExpressionMatch match = regexp.match(outputLines.first());
396
if (match.hasMatch()) {
397
info.installName = match.captured(1);
0 commit comments