e1600c1a73
This lets the tests run on devices which previously did not have access to the files used (WinRT, mobile devices). Change-Id: Ibdd85862eee6ab1a7d4da87ca321ee9bc9880bfa Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
13 lines
246 B
Prolog
13 lines
246 B
Prolog
CONFIG += testcase
|
|
|
|
SOURCES += tst_qsslcertificate.cpp
|
|
win32:LIBS += -lws2_32
|
|
QT = core network testlib
|
|
|
|
TARGET = tst_qsslcertificate
|
|
|
|
RESOURCES += \
|
|
qsslcertificate.qrc
|
|
|
|
TESTDATA += certificates/* more-certificates/* verify-certs/* pkcs12/*
|