Also output which qmake is used to build the debugging lib.

Should help in debugging.
This commit is contained in:
dt
2009-04-01 12:25:55 +02:00
parent 7283106134
commit 390fff61f2

View File

@@ -1453,7 +1453,7 @@ QString QtVersion::buildDebuggingHelperLibrary()
output += QString("Building debugging helper library in %1\n").arg(directory); output += QString("Building debugging helper library in %1\n").arg(directory);
output += "\n"; output += "\n";
output += "Runinng qmake...\n"; output += QString("Runinng %1 ...\n").arg(qmakeCommand());
QProcess qmake; QProcess qmake;
ProjectExplorer::Environment env = ProjectExplorer::Environment::systemEnvironment(); ProjectExplorer::Environment env = ProjectExplorer::Environment::systemEnvironment();