summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/websockets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/websockets/websockets.pro')
-rw-r--r--tests/auto/websockets/websockets.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/websockets/websockets.pro b/tests/auto/websockets/websockets.pro
new file mode 100644
index 0000000..4698cd0
--- /dev/null
+++ b/tests/auto/websockets/websockets.pro
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+
+SUBDIRS = \
+ qwebsocketcorsauthenticator
+
+contains(QT_CONFIG, private_tests): SUBDIRS += \
+ websocketprotocol \
+ dataprocessor \
+ websocketframe \
+ handshakerequest \
+ handshakeresponse \
+ qdefaultmaskgenerator
+
+SUBDIRS += \
+ qwebsocket \
+ qwebsocketserver