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.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/webengine/plugin/plugin.pro b/src/webengine/plugin/plugin.pro
deleted file mode 100644
index 3b30bece2..000000000
--- a/src/webengine/plugin/plugin.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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)