summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/plugin.pro
blob: 0c1310de3afbbe3971fa9172ee8969bdb142cfd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

QMAKE_QMLPLUGINDUMP_FLAGS = -defaultplatform
load(qml_plugin)