qt5base-lts/tests/auto/network/ssl/qsslcipher/qsslcipher.pro
Sergio Ahumada 699ba50744 QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-02-25 16:47:13 +01:00

17 lines
255 B
Prolog

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
}
}