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>
16 lines
288 B
Prolog
16 lines
288 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
|
|
|
|
RESOURCES += \
|
|
qsslkey.qrc
|
|
|
|
TESTDATA += keys/* rsa-without-passphrase.pem rsa-with-passphrase.pem
|