d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
14 lines
299 B
Prolog
14 lines
299 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
SOURCES += tst_qsslkey.cpp
|
|
win32:!wince: LIBS += -lws2_32
|
|
QT = core network testlib
|
|
contains(QT_CONFIG, private_tests) {
|
|
QT += core-private network-private
|
|
}
|
|
|
|
TARGET = tst_qsslkey
|
|
|
|
TESTDATA += keys/* rsa-without-passphrase.pem rsa-with-passphrase.pem
|