summaryrefslogtreecommitdiffstats
path: root/.prev_configure.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-11-27 20:19:07 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-11-30 23:17:50 +0100
commit5592204b19a5dc46e308cc31ac035edb78d2d8fd (patch)
treedfd1911ab677487e1f5dfce6d66cce18a0a6c784 /.prev_configure.cmake
parentb71c04353dc72e0fb6d384e0d5845524f1547f88 (diff)
CMake: Fix QMAKE_LIB of WrapOpenSSLHeaders library
The correct entry for this lib is 'openssl/nolink', not 'openssl_headers'. In configurejson2cmake's helper.py we already have this information encoded such that the no_link_so_name field of 'openssl' points to 'openssl_headers'. Extend configurejson2cmake to take this into account, and re-generate src/network/configure.cmake. Pick-to: 6.0 Change-Id: I9817ea7722503a373d309b7e6fa201448d403e8d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.prev_configure.cmake')
-rw-r--r--.prev_configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prev_configure.cmake b/.prev_configure.cmake
index 3390c85588..b0a133bcb3 100644
--- a/.prev_configure.cmake
+++ b/.prev_configure.cmake
@@ -643,7 +643,7 @@ qt_feature("enable_gdb_index"
qt_feature_config("enable_gdb_index" QMAKE_PRIVATE_CONFIG)
qt_feature("reduce_exports" PRIVATE
LABEL "Reduce amount of exported symbols"
- CONDITION NOT WIN32 AND CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY
+ CONDITION NOT MSVC
)
qt_feature_definition("reduce_exports" "QT_VISIBILITY_AVAILABLE")
qt_feature_config("reduce_exports" QMAKE_PUBLIC_QT_CONFIG)