diff --git a/tools/linuxdeployqt/shared.cpp b/tools/linuxdeployqt/shared.cpp index 5d8436f..dd35705 100644 --- a/tools/linuxdeployqt/shared.cpp +++ b/tools/linuxdeployqt/shared.cpp @@ -301,6 +301,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); }