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

SUBDIRS += nodejs \
           qwclient \
           chatclient-html

EXAMPLE_FILES += \
    shared