aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-02-07 12:44:12 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-02-07 12:45:02 +0100
commitefb68b09388479240d4c6a0d9358db390f87351d (patch)
tree368bf4cf67cd8c474781d2b0dfba129bc867b350
parentfb3b01d888240c19661dbe7d7dcfb8ed53bad9cb (diff)
QmlDesigner: fix compile for qml2puppetv2.7.0-beta
Change-Id: I3fdb693d66eafc85357da138570d58586a57e592 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp1
-rw-r--r--share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri2
2 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
index b07c408bb9..a562ff2cdf 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
@@ -28,6 +28,7 @@
****************************************************************************/
#include "changefileurlcommand.h"
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
index 1c561d55e0..0834e574c7 100644
--- a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
+++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
@@ -1,5 +1,5 @@
-QT += core gui qml quick network v8
+QT += core gui widgets qml quick network v8
contains (QT_CONFIG, webkit) {
QT += webkit
}