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

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

SOURCES = plugin.cpp

load(qml_plugin)