From 69e57be9aadd3e1c76f7e0dfb71d9584c246f0f0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 8 Oct 2016 16:51:05 +0200 Subject: [PATCH] Increase verbosity --- shared/shared.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/shared.cpp b/shared/shared.cpp index 894312d..c03d55a 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -735,6 +735,8 @@ DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &a } if(qtPathToBeBundled == ""){ LogError() << "Qt path could not be determined from qmake on the $PATH"; + LogError() << "Make sure you have the correct Qt on your $PATH"; + LogError() << "You can check this with qmake -v"; } changeIdentification("$ORIGIN/" + bundleLibraryDirectory, applicationBundle.binaryPath);