a5c58d503d
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>
13 lines
256 B
Prolog
13 lines
256 B
Prolog
CONFIG += testcase
|
|
|
|
SOURCES += tst_qsslkey.cpp
|
|
win32:LIBS += -lws2_32
|
|
QT = core network testlib
|
|
qtConfig(private_tests) {
|
|
QT += core-private network-private
|
|
}
|
|
|
|
TARGET = tst_qsslkey
|
|
|
|
TESTDATA += keys/* rsa-without-passphrase.pem rsa-with-passphrase.pem
|