Remove debugging.

This commit is contained in:
Daniel Molkentin
2009-09-04 09:51:23 +02:00
parent 53cfbb13a7
commit 9960bea83d

View File

@@ -240,11 +240,10 @@ QString DebuggingHelperLibrary::buildDebuggingHelperLibrary(const QString &direc
}
return output;
}
#include <QDebug>
QString DebuggingHelperLibrary::qtVersionForQMake(const QString &qmakePath)
{
QString binary = qmakePath.mid(qmakePath.lastIndexOf('/')+1);
qDebug() << qmakePath << binary;
if (!possibleQMakeCommands().contains(binary))
return QString();