summaryrefslogtreecommitdiffstats
path: root/tests/qmlauto/qmlauto.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:44:35 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:44:35 +1000
commit0298da6b7a93b87e951ce04b6b88bdbfe87db9c8 (patch)
treee6b17a11973c529f734deab262a6d42556574b23 /tests/qmlauto/qmlauto.pro
parentee8c0f87ef97dd4a201fde74a6b586fe399fbe21 (diff)
QTEST_QUICK -> QUICK_TEST
Diffstat (limited to 'tests/qmlauto/qmlauto.pro')
-rw-r--r--tests/qmlauto/qmlauto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlauto/qmlauto.pro b/tests/qmlauto/qmlauto.pro
index fa0c2dc..2c0fb9c 100644
--- a/tests/qmlauto/qmlauto.pro
+++ b/tests/qmlauto/qmlauto.pro
@@ -2,5 +2,5 @@ TEMPLATE=app
TARGET=tst_qmlauto
CONFIG += warn_on testcase
SOURCES += tst_qmlauto.cpp
-DEFINES += QTEST_QUICK_SOURCE_DIR=\"\\\"$$PWD\\\"\"
+DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
include(../../src/quicktestlib/quicktestlib_dep.pri)