summaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 84fe775ac3ac523359841dd2c163b9c2e7915a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_MODULE = webview
TARGET  = declarative_webview
TARGETPATH = QtWebView
IMPORT_VERSION = 1.1

QT += qml quick webview-private
SOURCES += \
    $$PWD/webview.cpp

load(qml_plugin)

OTHER_FILES += qmldir