qmltest: Add QTestDefinedVariables
authorCaroline Chao <caroline.chao@digia.com>
Fri, 23 Aug 2013 10:57:03 +0000 (12:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 28 Aug 2013 18:22:24 +0000 (20:22 +0200)
commit1bcab3a7479220930291238eac2c67b412d2bf73
tree5298e5debfbb740d0d223ec30a349a0cbe118812
parent75a6f86f685f1a5ce6cb91212641fe446a37be2e
qmltest: Add QTestDefinedVariables

QTestDefinedVariables is used by the QTestRootObject to check
is a preprocessor variable is defined.

Adding QT_OPENGL_ES_2_ANGLE. It can be useful to know
if it is defined (Win32 + Angle) while running a test.

Change-Id: I2f9ffb1028c94095c711ab64737b53b60c055312
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/qmltest/quicktest.cpp