summaryrefslogtreecommitdiff
path: root/src/imports/webchannel/webchannel.pro
blob: 304285460c29c531af5ddaff281d56e6d9348a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT = core quick webchannel-private

INCLUDEPATH += ../../webchannel
VPATH += ../../webchannel

SOURCES += \
    plugin.cpp \
    qmlwebchannel.cpp \
    qmlwebchannelattached.cpp \
    qmlwebviewtransport.cpp

HEADERS += \
    qmlwebchannel.h \
    qmlwebchannelattached.h \
    qmlwebviewtransport.h

load(qml_plugin)