Build debugging helpers on Mac.

Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
con
2009-04-07 14:38:28 +02:00
parent 734aedb3c2
commit 85325d5056

View File

@@ -1424,7 +1424,7 @@ QString QtVersion::buildDebuggingHelperLibrary()
qmake.setWorkingDirectory(directory);
qmake.setProcessChannelMode(QProcess::MergedChannels);
qmake.start(qmakeCommand(), QStringList()<<"-spec"<<"default"<<"gdbmacros.pro");
qmake.start(qmakeCommand(), QStringList()<<"-spec"<< mkspec() <<"gdbmacros.pro");
qmake.waitForFinished();
output += qmake.readAll();