qt5base-lts/tests/auto/network/ssl/qsslcertificate/qsslcertificate.pro
Mårten Nordheim a5c58d503d Revert "Adapt the QSsl* tests to use the resource system"
This reverts commit e1600c1a73.

The commit missed the fact that TESTDATA exists. Which supports
wildcards and then can automatically pick up new files when added (as
long as they match a wildcard) and then you don't need to maintain a
giant qrc file.

Change-Id: Ie31fadb5ef6e8dfe6105f4f9764292f78cffb512
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-01-09 08:52:41 +00:00

10 lines
206 B
Prolog

CONFIG += testcase
SOURCES += tst_qsslcertificate.cpp
win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslcertificate
TESTDATA += certificates/* more-certificates/* verify-certs/* pkcs12/*