blob: b641445117e717e236624c42546bf8af1afc6d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle
TEMPLATE = app
TARGET = tst_handshakerequest
QT = testlib websockets-private
SOURCES += tst_handshakerequest.cpp
requires(qtConfig(private_tests))
|