aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2020-08-17 13:39:21 +0200
committerMarco Bubke <marco.bubke@qt.io>2020-08-18 12:14:06 +0000
commit22fcfb0d6f9f44e77e9cd81c3ed075c9974f1d53 (patch)
treee911077b01850dadc6f92fed1850cff6ff7f6069 /share
parent2bb89a0fb2a396aafde562f6a7447575b750e0bd (diff)
QmlDesigner: Fix compilation of coretests
This reverts commit 7856c2c2f025787f0b0f588bf6a01bf0fa48beea. There were files compiled which are not used in the tests but have external dependencies. So instead of using the preprocessor we simply don't link the source files in the project. Change-Id: Ibba4a1dace1868b016af7135262c795bb29af204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h
index 2131109e46..c034435be8 100644
--- a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h
+++ b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h
@@ -33,6 +33,8 @@
#include <QFile>
#include <QTimer>
+#include <memory>
+
QT_BEGIN_NAMESPACE
class QLocalSocket;
class QIODevice;