From 09d0c9e3f1bd1046894462e7b99634805976a336 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 23 Sep 2010 15:36:39 +0200
Subject: [PATCH] QmlDesigner.Tests: Fix compile for tests

---
 tests/auto/qml/qmldesigner/testview.cpp | 4 ++++
 1 file changed, 4 insertions(+)

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)
-- 
GitLab