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

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

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