summaryrefslogtreecommitdiffstats
path: root/src/imports/webview/webview.pro
blob: f64ed4814dd2f37f64031d160f324bc68e5d3800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET  = qmlwebkitplugin
TARGETPATH = QtQuick1/QtWebKit
include(../qimportbase.pri)

QT += declarative declarative-private widgets widgets-private gui gui-private core-private script-private webkitwidgets

SOURCES += qdeclarativewebview.cpp plugin.cpp
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