qt5base-lts/tests/auto/network/ssl/qsslsocket/qsslsocket.pro

20 lines
313 B
Prolog
Raw Normal View History

CONFIG += testcase
SOURCES += tst_qsslsocket.cpp
win32:LIBS += -lws2_32
QT = core core-private network-private testlib
TARGET = tst_qsslsocket
win32 {
CONFIG(debug, debug|release) {
DESTDIR = debug
} else {
DESTDIR = release
}
}
DEFINES += SRCDIR=\\\"$$PWD/\\\"
requires(qtConfig(private_tests))