summaryrefslogtreecommitdiff
path: root/examples/webchannel/chatclient-qml/chatclient-qml.pro
blob: 34fc08ae3ecf3014d4c6bdaf0fac1db18d204d03 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = aux

exampleassets.files += \
    LoginForm.ui.qml \
    MainForm.ui.qml \
    qmlchatclient.qml

exampleassets.path = $$[QT_INSTALL_EXAMPLES]/webchannel/chatclient-qml
include(../exampleassets.pri)