aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/websockets.pro
blob: fa6c0c08681dfc4690049cb91bf0717816accb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
QT_FOR_CONFIG += network

SUBDIRS = echoclient \
          echoserver \
          simplechat

qtHaveModule(quick) {
SUBDIRS += qmlwebsocketclient \
           qmlwebsocketserver
}

qtConfig(ssl) {
SUBDIRS +=  \
            sslechoserver \
            sslechoclient
}