summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/websockets.pro
blob: b000229f1647fb3245ec416672c5be186e22c2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS = \
    qwebsocketcorsauthenticator

qtConfig(private_tests): SUBDIRS += \
   websocketprotocol \
   dataprocessor \
   websocketframe \
   handshakerequest \
   handshakeresponse \
   qdefaultmaskgenerator

SUBDIRS += \
    qwebsocket \
    qwebsocketserver