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

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

SOURCES = plugin.cpp

QMAKE_QMLPLUGINDUMP_FLAGS = -defaultplatform
load(qml_plugin)