blob: 4698cd06aadb8148b8eb56f0b405e07665004e04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TEMPLATE = subdirs
SUBDIRS = \
qwebsocketcorsauthenticator
contains(QT_CONFIG, private_tests): SUBDIRS += \
websocketprotocol \
dataprocessor \
websocketframe \
handshakerequest \
handshakeresponse \
qdefaultmaskgenerator
SUBDIRS += \
qwebsocket \
qwebsocketserver
|