Remove debug output

This commit is contained in:
Daniel Molkentin
2009-06-02 17:25:17 +02:00
parent eda938270f
commit 3f7b3df9f9

View File

@@ -1107,7 +1107,7 @@ QString QtVersion::examplesPath() const
bool QtVersion::isMSVC64Bit() const
{
const QString make = qmakeCommand();
qDebug() << make;
// qDebug() << make;
bool isAmd64 = false;
#ifdef Q_OS_WIN32
# ifdef __GNUC__ // MinGW lacking some definitions/winbase.h