summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/testsupport/testsupport.pro
blob: 2804635f8b48c888e8de0f0e247a9035c28b0517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CXX_MODULE = qml
TARGET = qtwebenginetestsupportplugin
TARGETPATH = QtWebEngine/testsupport
IMPORT_VERSION = 1.0

QT += webengine qml quick
QT_PRIVATE += webengine-private gui-private

INCLUDEPATH += $$QTWEBENGINE_ROOT/src/core $$QTWEBENGINE_ROOT/src/webengine $$QTWEBENGINE_ROOT/src/webengine/api

SOURCES = plugin.cpp

load(qml_plugin)