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

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

INCLUDEPATH += $$QTWEBENGINE_ROOT/src/core $$QTWEBENGINE_ROOT/src/core/api $$QTWEBENGINE_ROOT/src/webengine $$QTWEBENGINE_ROOT/src/webengine/api $$QTWEBENGINE_ROOT/include/QtWebEngine

SOURCES = plugin.cpp

load(qml_plugin)