summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/plugin/plugin.pro')
-rw-r--r--src/webengine/plugin/plugin.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/webengine/plugin/plugin.pro b/src/webengine/plugin/plugin.pro
new file mode 100644
index 000000000..93e04f97a
--- /dev/null
+++ b/src/webengine/plugin/plugin.pro
@@ -0,0 +1,13 @@
+CXX_MODULE = qml
+TARGET = qtwebengineplugin
+TARGETPATH = QtWebEngine
+IMPORT_VERSION = 1.0
+
+QT += webengine qml quick
+QT_PRIVATE += webengine-private qml-private quick-private gui-private core-private
+
+INCLUDEPATH += $$QTWEBENGINE_ROOT/lib $$QTWEBENGINE_ROOT/lib/quick
+
+SOURCES = plugin.cpp
+
+load(qml_plugin)