qt5base-lts/tests/auto/network/ssl/qsslcertificate/qsslcertificate.pro
Mårten Nordheim e1600c1a73 Adapt the QSsl* tests to use the resource system
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>
2017-11-30 08:30:42 +00:00

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/*