aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-23 15:36:39 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-24 09:10:41 +0200
commit09d0c9e3f1bd1046894462e7b99634805976a336 (patch)
tree1cd5b4419a65e6fde38b8b155fede2929d3f4e13 /tests
parent1988d5161349c12ca1d70ecaf0f71ddba7a4a5c0 (diff)
QmlDesigner.Tests: Fix compile for tests
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/testview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/testview.cpp b/tests/auto/qml/qmldesigner/testview.cpp
index 38d6329a1f6..ad88005af34 100644
--- a/tests/auto/qml/qmldesigner/testview.cpp
+++ b/tests/auto/qml/qmldesigner/testview.cpp
@@ -31,6 +31,10 @@
#include <QtDebug>
#include <qtestcase.h>
+#include <abstractproperty.h>
+#include <bindingproperty.h>
+#include <variantproperty.h>
+#include <nodelistproperty.h>
TestView::TestView(QObject *parent)
: QmlDesigner::QmlModelView(parent)