summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample/tst_qmlexample.cpp
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:39:17 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:40:25 +1000
commitee8c0f87ef97dd4a201fde74a6b586fe399fbe21 (patch)
treed403d587335a813ec34844f8bd79a1119425cf3d /tests/qmlexample/tst_qmlexample.cpp
parent2b3d1477069b73f592f206b2ee8f2293c317f87e (diff)
Move headers to QtQuickTest directory
This should help make the user application code and the example code the same.
Diffstat (limited to 'tests/qmlexample/tst_qmlexample.cpp')
-rw-r--r--tests/qmlexample/tst_qmlexample.cpp3
1 files changed, 1 insertions, 2 deletions
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)