Increase verbosity

This commit is contained in:
probonopd
2016-10-08 16:51:05 +02:00
parent e80897c6e4
commit 69e57be9aa
+2
View File
@@ -735,6 +735,8 @@ DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &a
} }
if(qtPathToBeBundled == ""){ if(qtPathToBeBundled == ""){
LogError() << "Qt path could not be determined from qmake on the $PATH"; 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); changeIdentification("$ORIGIN/" + bundleLibraryDirectory, applicationBundle.binaryPath);