summaryrefslogtreecommitdiff
path: root/tests/auto/handshakerequest/handshakerequest.pro
diff options
context:
space:
mode:
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