699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
17 lines
255 B
Prolog
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
|
|
}
|
|
}
|