summaryrefslogtreecommitdiffstats
path: root/src/imports/webview/webview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/webview/webview.pro')
-rw-r--r--src/imports/webview/webview.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/webview/webview.pro b/src/imports/webview/webview.pro
index 373163a3..8edf9c69 100644
--- a/src/imports/webview/webview.pro
+++ b/src/imports/webview/webview.pro
@@ -1,6 +1,6 @@
+CXX_MODULE = declarative
TARGET = qmlwebkitplugin
TARGETPATH = QtWebKit
-include(../qimportbase.pri)
QT += declarative declarative-private widgets widgets-private gui gui-private core-private script-private webkitwidgets
@@ -9,10 +9,4 @@ HEADERS += qdeclarativewebview_p.h
OTHER_FILES += plugin.json
-DESTDIR = $$QT.declarative.imports/$$TARGETPATH
-target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-qmldir.files += $$PWD/qmldir
-qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-INSTALLS += target qmldir
+load(qml1_plugin)