summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/plugin/plugin.pro
blob: 236f199a28f70589aed19b515105c9cddcc0f6b5 (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 webenginequick-private

SOURCES = plugin.cpp

QMAKE_QMLPLUGINDUMP_FLAGS = -defaultplatform
load(qml_plugin)