diff options
author | Thomas Hartmann <[email protected]> | 2013-02-07 12:44:12 +0100 |
---|---|---|
committer | Thomas Hartmann <[email protected]> | 2013-02-07 12:45:02 +0100 |
commit | efb68b09388479240d4c6a0d9358db390f87351d (patch) | |
tree | 368bf4cf67cd8c474781d2b0dfba129bc867b350 | |
parent | fb3b01d888240c19661dbe7d7dcfb8ed53bad9cb (diff) |
QmlDesigner: fix compile for qml2puppetv2.7.0-beta
Change-Id: I3fdb693d66eafc85357da138570d58586a57e592
Reviewed-by: Thomas Hartmann <[email protected]>
-rw-r--r-- | share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp | 1 | ||||
-rw-r--r-- | share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri | 2 |
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 b07c408bb90..a562ff2cdf2 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 1c561d55e06..0834e574c7e 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 } |