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
CMakeLists.txt tst_qsslkey: Fix CMake condition 2023-09-01 00:11:51 +02:00
rsa-with-passphrase-3des.pem
rsa-with-passphrase-aes128.pem
rsa-with-passphrase-aes192.pem
rsa-with-passphrase-aes256.pem
rsa-with-passphrase-des.pem
rsa-with-passphrase-rc2.pem
rsa-without-passphrase.pem
tst_qsslkey.cpp QtNetwork auto tests: compile with QT_NO_FOREACH 2023-08-22 21:50:38 +03:00