forked from qt-creator/qt-creator
QmlDesigner: fix compile for qml2puppet
Change-Id: I3fdb693d66eafc85357da138570d58586a57e592 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user