summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtsensors5/tst_qtsensors5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtsensors5/tst_qtsensors5.cpp')
-rw-r--r--tests/auto/qtsensors5/tst_qtsensors5.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qtsensors5/tst_qtsensors5.cpp b/tests/auto/qtsensors5/tst_qtsensors5.cpp
index 90c074c2..763ed34c 100644
--- a/tests/auto/qtsensors5/tst_qtsensors5.cpp
+++ b/tests/auto/qtsensors5/tst_qtsensors5.cpp
@@ -40,7 +40,8 @@
****************************************************************************/
#include <QtTest/QtTest>
-#include <QtDeclarative/QtDeclarative>
+#include <QDeclarativeEngine>
+#include <QDeclarativeComponent>
class tst_qtsensors5 : public QObject
{