TestCompiler: split commands from arguments
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 23 Feb 2012 14:35:04 +0000 (15:35 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 19:52:45 +0000 (20:52 +0100)
commitedde6152094702aa4c3415920d2c962009619743
tree3fd27faa9df153c80a01f9f8a45c2cf9f97b68ab
parent091dd54a6c145c477ade2b910519fc4d6d0e3591
TestCompiler: split commands from arguments

this allows us to temporarily set some extra args without (incorrectly)
instantiating a second TestCompiler (and on the way relying on $PATH for
finding qmake).

Change-Id: Icce5bf7314148ddbe705606f77a26e3362b31f67
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
tests/auto/tools/qmake/testcompiler.cpp
tests/auto/tools/qmake/testcompiler.h
tests/auto/tools/qmake/tst_qmake.cpp