summaryrefslogtreecommitdiff
path: root/examples/webchannel/qwclient/qwclient.pro
blob: 374a63b022156adaca8425b69c00a59026e6854b (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = aux

exampleassets.files += \
    qwclient.js \
    package.json \
    README

exampleassets.path = $$[QT_INSTALL_EXAMPLES]/webchannel/qwclient
include(../exampleassets.pri)