2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qsslcertificate.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_qsslcertificate
|
|
|
|
|
2012-02-15 22:13:13 +00:00
|
|
|
TESTDATA += certificates/* more-certificates/* verify-certs/*
|