summaryrefslogtreecommitdiffstats
path: root/src/imports/webview
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-26 15:44:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 17:27:24 +0100
commit497978e6c2d7602448ca6fd8dd8da32813c6705b (patch)
tree201cd6064d9b1bb18bf747e04de1a068d6949d7d /src/imports/webview
parent8019ccaa81f890fd4b3d18f668a5227518e8b50a (diff)
make use of qml1_plugin.prf
Change-Id: I0d0147592e981ef5c6543d50aa5c2cb355268553 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/imports/webview')
-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)