summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakerequest/handshakerequest.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-29 20:24:40 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-30 16:26:08 +0200
commitc55e385f1f70f11d3ffd0f8372ccb8e7405018c5 (patch)
treea04c2e84b43830ecf9c8817f830055bfcf64cc0d /tests/auto/websockets/handshakerequest/handshakerequest.pro
parenta3e0fe474c20eb526af9668c5cc97cf7055c77fa (diff)
parent086f3722777ee61f3c019ca064d4a844cf0f6fe4 (diff)
downloadqtwebsockets-c55e385f1f70f11d3ffd0f8372ccb8e7405018c5.tar.gz
Merge remote-tracking branch 'origin/5.5' into dev
Conflicts: .qmake.conf src/websockets/qwebsocket_p.cpp Change-Id: Ibcc1898263cc8bc80066370f045df6a217e46574
Diffstat (limited to 'tests/auto/websockets/handshakerequest/handshakerequest.pro')
-rw-r--r--tests/auto/websockets/handshakerequest/handshakerequest.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/websockets/handshakerequest/handshakerequest.pro b/tests/auto/websockets/handshakerequest/handshakerequest.pro
new file mode 100644
index 0000000..d887cd6
--- /dev/null
+++ b/tests/auto/websockets/handshakerequest/handshakerequest.pro
@@ -0,0 +1,14 @@
+CONFIG += console
+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