summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qmlauto/qmlauto.pro2
-rw-r--r--tests/qmlauto/tst_qmlauto.cpp2
-rw-r--r--tests/qmlexample/tst_qmlexample.cpp2
3 files changed, 3 insertions, 3 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)
diff --git a/tests/qmlauto/tst_qmlauto.cpp b/tests/qmlauto/tst_qmlauto.cpp
index 1ff2f46..37d47ac 100644
--- a/tests/qmlauto/tst_qmlauto.cpp
+++ b/tests/qmlauto/tst_qmlauto.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QTEST_QUICK_MAIN(qmlauto)
+QUICK_TEST_MAIN(qmlauto)
diff --git a/tests/qmlexample/tst_qmlexample.cpp b/tests/qmlexample/tst_qmlexample.cpp
index 3cc5b2f..47742bf 100644
--- a/tests/qmlexample/tst_qmlexample.cpp
+++ b/tests/qmlexample/tst_qmlexample.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QTEST_QUICK_MAIN(qmlexample)
+QUICK_TEST_MAIN(qmlexample)