summaryrefslogtreecommitdiff
path: root/tests/manual/websockets/websockets.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-01 20:56:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-01 20:56:47 +0100
commitf1b9e8defb5cbb5c9a0f9b65c06d40f925e19cb1 (patch)
treebf9fac41a2005f0b1578a07ad638b148c2c0c79e /tests/manual/websockets/websockets.pro
parent6c600550171ecec793c8ef1b05378ffd289681ac (diff)
downloadqtwebsockets-f1b9e8defb5cbb5c9a0f9b65c06d40f925e19cb1.tar.gz
Rename autobahn to manual
Change-Id: I82236190d8af0ef75c605ac662d217c2f3d94dc6 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'tests/manual/websockets/websockets.pro')
-rw-r--r--tests/manual/websockets/websockets.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/websockets/websockets.pro b/tests/manual/websockets/websockets.pro
new file mode 100644
index 0000000..a8b2edb
--- /dev/null
+++ b/tests/manual/websockets/websockets.pro
@@ -0,0 +1,14 @@
+CONFIG += console
+CONFIG += c++11
+CONFIG += testcase
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+TARGET = tst_websockets
+
+QT = core network websockets testlib
+
+SOURCES += tst_websockets.cpp
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0