summaryrefslogtreecommitdiff
path: root/examples/webchannel/webchannel.pro
blob: 7d3db8d58c832d424791bc58a10e6451b47acc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
qtHaveModule(websockets) {
    SUBDIRS += chatserver-cpp \
               chatclient-qml
    qtHaveModule(widgets) {
        SUBDIRS += standalone
    }
}

SUBDIRS += nodejs \
           qwclient \
           chatclient-html