summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-05-20 14:34:48 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-05-22 07:13:34 +0000
commitfaab6ff98dafa564f2c58bd95689ffba6d3a4e32 (patch)
treeeef653458a66dd1c0e903d202540718a921147e9 /tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
parent0a9cbcf2894f4f9e621e0f5fb644d2b5e15ab2c7 (diff)
downloadqtwebsockets-faab6ff98dafa564f2c58bd95689ffba6d3a4e32.tar.gz
tests: move all auto tests to websockets sub directory
cmake is not included. Change-Id: I9ab6244d8b6b3752f26070b0b15ae70c0cab6d82 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro')
-rw-r--r--tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro b/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
new file mode 100644
index 0000000..25216d3
--- /dev/null
+++ b/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
@@ -0,0 +1,13 @@
+CONFIG += console
+CONFIG += testcase
+CONFIG -= app_bundle
+
+QT = core testlib websockets
+
+TARGET = tst_qwebsocketserver
+
+TEMPLATE = app
+
+SOURCES += tst_qwebsocketserver.cpp
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0