summaryrefslogtreecommitdiffstats
path: root/src/imports/webview/webview.pro
blob: 8edf9c6952c5231896acea3ea8cc697a8ba30fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_MODULE = declarative
TARGET  = qmlwebkitplugin
TARGETPATH = QtWebKit

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

load(qml1_plugin)