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

17 lines
255 B
Prolog
Raw Normal View History

CONFIG += testcase
CONFIG += parallel_test
SOURCES += tst_qsslcipher.cpp
!wince*:win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslcipher
win32 {
CONFIG(debug, debug|release) {
DESTDIR = debug
} else {
DESTDIR = release
}
}