QmlDesigner: fix compile for qml2puppet

Change-Id: I3fdb693d66eafc85357da138570d58586a57e592
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-02-07 12:44:12 +01:00
parent fb3b01d888
commit efb68b0938
2 changed files with 2 additions and 1 deletions
@@ -28,6 +28,7 @@
****************************************************************************/
#include "changefileurlcommand.h"
#include <QDataStream>
namespace QmlDesigner {
@@ -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
}