1a8788d966
Discussed with Peter and agreed that it's a slightly better fit there. Change-Id: If8db777336e2273670a23d75d8542b30c07e0d7b Reviewed-by: Daniel Molkentin <daniel@molkentin.de> Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
12 lines
271 B
Prolog
12 lines
271 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
SOURCES += tst_qsslcertificate.cpp
|
|
!wince*:win32:LIBS += -lws2_32
|
|
QT = core network testlib
|
|
|
|
TARGET = tst_qsslcertificate
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
TESTDATA += certificates/* more-certificates/* verify-certs/* pkcs12/*
|