qt5base-lts/tests/auto/network/ssl/qsslkey
Axel Spoerl 70b57c943a tst_qsslkey: Fix CMake condition
Private libraries and WrapOpenSSL were linked conditional to
QT_FEATURE_private_tests in the CMake file.
qsslkey_p.h and open ssl symbols were included conditional to developer
build. A developer build fails, with test enabled and private tests
disabled.

=> Change the CMake condition to QT_FEATURE_developer_build, to resolve
mismatch between CMake and cpp file.

Pick-to: 6.6 6.5
Change-Id: I3ac93b02701e467a0b548c35d441d35a45c4568b
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2023-09-01 00:11:51 +02:00
..
keys Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
CMakeLists.txt tst_qsslkey: Fix CMake condition 2023-09-01 00:11:51 +02:00
rsa-with-passphrase-3des.pem ssl: add a test for 3DES encrypted keys 2014-08-30 17:24:05 +02:00
rsa-with-passphrase-aes128.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-aes192.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-aes256.pem QSslKey - add a support for AES encrypted keys 2019-03-08 05:36:14 +00:00
rsa-with-passphrase-des.pem ssl: add a test for 3DES encrypted keys 2014-08-30 17:24:05 +02:00
rsa-with-passphrase-rc2.pem ssl: common key parser support for encrypted keys 2014-09-02 23:16:25 +02:00
rsa-without-passphrase.pem Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
tst_qsslkey.cpp QtNetwork auto tests: compile with QT_NO_FOREACH 2023-08-22 21:50:38 +03:00