From efb68b09388479240d4c6a0d9358db390f87351d Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 7 Feb 2013 12:44:12 +0100 Subject: QmlDesigner: fix compile for qml2puppet Change-Id: I3fdb693d66eafc85357da138570d58586a57e592 Reviewed-by: Thomas Hartmann --- share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp | 1 + share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 } -- cgit v1.2.3