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

SUBDIRS += nodejs \
           chatclient-html