summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-09-28 10:06:52 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-09-28 17:03:17 +0200
commitd06d22fbc0ef1d070408fe7e1f6a5c33e6f8c4e2 (patch)
tree100a442cd091d896c5c4d71705fda7f7015661cc /src
parent062f6cba796e1461eb80cba6254be1b169d7e68c (diff)
Remove outdated configure note about setting OpenSSL library names
The mentioned variable in the configure note is qmake only and not used anymore. Also, it seems pointless to show such a note on successful configuration. FindOpenSSL.cmake of CMake already takes care of library names of different OpenSSL installations. Task-number: QTBUG-93948 Change-Id: I5994df231ed4fd664f6ab17b983e88c744feb21a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/network/configure.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index 21506aff69..3f4a7da62b 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -374,10 +374,3 @@ qt_configure_add_summary_entry(ARGS "topleveldomain")
qt_configure_add_summary_entry(ARGS "publicsuffix-qt")
qt_configure_add_summary_entry(ARGS "publicsuffix-system")
qt_configure_end_summary_section() # end of "Qt Network" section
-# special case begin
-qt_configure_add_report_entry(
- TYPE NOTE
- MESSAGE "When linking against OpenSSL, you can override the default library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked"
- CONDITION NOT ANDROID AND QT_FEATURE_openssl_linked AND ( NOT TEST_openssl.source EQUAL 0 ) AND OPENSSL_ROOT_DIR STREQUAL '' AND INPUT_openssl.libs STREQUAL '' AND INPUT_openssl.libs.debug STREQUAL '' OR FIXME
-)
-# special case end