699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
11 lines
229 B
Prolog
11 lines
229 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
SOURCES += tst_qsslcertificate.cpp
|
|
!wince*:win32:LIBS += -lws2_32
|
|
QT = core network testlib
|
|
|
|
TARGET = tst_qsslcertificate
|
|
|
|
TESTDATA += certificates/* more-certificates/* verify-certs/*
|