summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/plugin.pro
blob: c3702e81de48c254149549e05c49e9de3231bf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_MODULE = qml
TARGET = qtwebengineplugin
TARGETPATH = QtWebEngine
IMPORT_VERSION = 1.8

QT += qml quick
QT_PRIVATE += core-private webenginecore-private webengine-private

SOURCES = plugin.cpp

load(qml_plugin)