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.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webengine/plugin/plugin.pro b/src/webengine/plugin/plugin.pro
index b6652fa26..c3702e81d 100644
--- a/src/webengine/plugin/plugin.pro
+++ b/src/webengine/plugin/plugin.pro
@@ -3,11 +3,9 @@ TARGET = qtwebengineplugin
TARGETPATH = QtWebEngine
IMPORT_VERSION = 1.8
-QT += webengine qml quick
+QT += qml quick
QT_PRIVATE += core-private webenginecore-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)