summaryrefslogtreecommitdiff
path: root/examples/webchannel/webchannel.pro
blob: 7bd0d35c2676effae7a09e896df12ce94062c686 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

qtHaveModule(widgets):qtHaveModule(websockets) {
    SUBDIRS += standalone \
}

SUBDIRS += nodejs \
           chatserver-cpp \
           chatclient-html \
           chatclient-qml