diff --git a/tools/linuxdeployqt/shared.cpp b/tools/linuxdeployqt/shared.cpp index 1cca4c6..5a0e03d 100644 --- a/tools/linuxdeployqt/shared.cpp +++ b/tools/linuxdeployqt/shared.cpp @@ -309,6 +309,7 @@ LddInfo findDependencyInfo(const QString &binaryPath) // LogDebug() << "ldd outputLine:" << outputLine; if ((outputLine.contains("not found")) && (qtDetectionComplete == 1)){ LogError() << "ldd outputLine:" << outputLine.replace("\t", ""); + LogError() << "for binary:" << binaryPath; LogError() << "Please ensure that all libraries can be found by ldd. Aborting."; exit(1); }