99c3ef0789
Change-Id: I9666598d34e965d7058aeb2b2e7fb3f59600675c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
13 lines
206 B
Prolog
13 lines
206 B
Prolog
CONFIG += testcase
|
|
|
|
SOURCES += tst_qsslkey.cpp
|
|
QT = core network testlib
|
|
qtConfig(private_tests) {
|
|
QT += core-private network-private
|
|
}
|
|
|
|
TARGET = tst_qsslkey
|
|
|
|
TESTDATA += keys/* \
|
|
rsa-*.pem
|