2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qsslcipher.cpp
|
|
|
|
!wince*:win32:LIBS += -lws2_32
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
TARGET = tst_qsslcipher
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
DESTDIR = debug
|
|
|
|
} else {
|
|
|
|
DESTDIR = release
|
|
|
|
}
|
|
|
|
}
|