summaryrefslogtreecommitdiff
path: root/tests/auto/handshakerequest/handshakerequest.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-13 17:16:56 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-14 11:16:07 +0200
commit3bad4a3bfc72e7943f0197c712980571160fce3b (patch)
treea0603690b1e4bafa2999dafa5f22c4ea93b4435b /tests/auto/handshakerequest/handshakerequest.pro
parent98532dcc3cb26a3f8f021fe829195e6c42b7b6d8 (diff)
downloadqtwebsockets-3bad4a3bfc72e7943f0197c712980571160fce3b.tar.gz
Completed unit tests for handshake request
Change-Id: I9558c0244e2285e7dc266bfcb3c51887fb7200d7 Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
Diffstat (limited to 'tests/auto/handshakerequest/handshakerequest.pro')
-rw-r--r--tests/auto/handshakerequest/handshakerequest.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/handshakerequest/handshakerequest.pro b/tests/auto/handshakerequest/handshakerequest.pro
new file mode 100644
index 0000000..0f4401e
--- /dev/null
+++ b/tests/auto/handshakerequest/handshakerequest.pro
@@ -0,0 +1,15 @@
+CONFIG += console
+CONFIG += c++11
+CONFIG += testcase
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+TARGET = tst_handshakerequest
+
+QT = core testlib websockets websockets-private
+
+SOURCES += tst_handshakerequest.cpp
+
+requires(contains(QT_CONFIG, private_tests))
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0