2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qsslcertificate.cpp
|
2016-03-07 09:40:21 +00:00
|
|
|
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_qsslcertificate
|
|
|
|
|
2014-05-12 20:16:20 +00:00
|
|
|
TESTDATA += certificates/* more-certificates/* verify-certs/* pkcs12/*
|