summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qmlauto/tst_qmlauto.cpp3
-rw-r--r--tests/qmlexample/tst_qmlexample.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/qmlauto/tst_qmlauto.cpp b/tests/qmlauto/tst_qmlauto.cpp
index 0e1bd7a..1ff2f46 100644
--- a/tests/qmlauto/tst_qmlauto.cpp
+++ b/tests/qmlauto/tst_qmlauto.cpp
@@ -39,6 +39,5 @@
**
****************************************************************************/
-#include "quicktest.h"
-
+#include <QtQuickTest/quicktest.h>
QTEST_QUICK_MAIN(qmlauto)
diff --git a/tests/qmlexample/tst_qmlexample.cpp b/tests/qmlexample/tst_qmlexample.cpp
index 4d9cc40..3cc5b2f 100644
--- a/tests/qmlexample/tst_qmlexample.cpp
+++ b/tests/qmlexample/tst_qmlexample.cpp
@@ -39,6 +39,5 @@
**
****************************************************************************/
-#include "quicktest.h"
-
+#include <QtQuickTest/quicktest.h>
QTEST_QUICK_MAIN(qmlexample)