2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qsslkey.cpp
|
2016-03-07 09:40:21 +00:00
|
|
|
win32:LIBS += -lws2_32
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2014-08-31 11:55:06 +00:00
|
|
|
contains(QT_CONFIG, private_tests) {
|
|
|
|
QT += core-private network-private
|
|
|
|
}
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
TARGET = tst_qsslkey
|
|
|
|
|
2012-02-15 22:25:31 +00:00
|
|
|
TESTDATA += keys/* rsa-without-passphrase.pem rsa-with-passphrase.pem
|