Remove relic QT_VERSION from qmake test
Change-Id: Ic9095e3e924543d4f3e6d0f7c3a7b27f842cd300 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
b92129ff56
commit
0fa52909fd
@ -107,7 +107,7 @@ tst_qmake::~tst_qmake()
|
||||
void tst_qmake::initTestCase()
|
||||
{
|
||||
QString binpath = QLibraryInfo::location(QLibraryInfo::BinariesPath);
|
||||
QString cmd = QString("%2/qmake \"QT_VERSION=%1\"").arg(QT_VERSION).arg(binpath);
|
||||
QString cmd = QString("%1/qmake").arg(binpath);
|
||||
#ifdef Q_CC_MSVC
|
||||
test_compiler.setBaseCommands( "nmake", cmd );
|
||||
#elif defined(Q_CC_MINGW)
|
||||
|
Loading…
Reference in New Issue
Block a user