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

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

load(qml_plugin)

OTHER_FILES += qmldir