From ee8c0f87ef97dd4a201fde74a6b586fe399fbe21 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 9 Dec 2010 10:39:17 +1000 Subject: Move headers to QtQuickTest directory This should help make the user application code and the example code the same. --- tests/qmlauto/tst_qmlauto.cpp | 3 +-- tests/qmlexample/tst_qmlexample.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') 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 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 QTEST_QUICK_MAIN(qmlexample) -- cgit v1.2.3