Commit 50d3556d authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
Browse files

Fix build without qtjsbackend


QT += v8-private is not necessary anymore

Change-Id: I1faf7627388373a8e05432a88fa1f013e12ef57a
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -3,7 +3,7 @@ TARGET = qquicklayoutsplugin
TARGETPATH = QtQuick/Layouts
IMPORT_VERSION = 2.1
QT *= qml-private quick-private v8-private gui-private core-private
QT *= qml-private quick-private gui-private core-private
QMAKE_DOCS = $$PWD/doc/qtquicklayouts.qdocconf
......
......@@ -8,6 +8,6 @@ include (../shared/util.pri)
TESTDATA = data/*
QT += core-private gui-private v8-private qml-private quick-private testlib
QT += core-private gui-private qml-private quick-private testlib
qtHaveModule(widgets) { QT += widgets }
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
......@@ -4,7 +4,7 @@ SOURCES += tst_applicationwindow.cpp
macx:CONFIG -= app_bundle
QT += core-private gui-private qml-private quick-private v8-private testlib
QT += core-private gui-private qml-private quick-private testlib
include (../shared/util.pri)
......
QT += core-private gui-private v8-private qml-private quick-private
QT += core-private gui-private qml-private quick-private
HEADERS += $$PWD/visualtestutil.h \
$$PWD/util.h
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment