summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Grulich <jgrulich@redhat.com>2022-09-30 08:10:45 +0200
committerJan Grulich <jgrulich@redhat.com>2022-09-30 13:45:22 +0200
commit7e58cd0ce2ad2862cc059f3c0a7035115d7af313 (patch)
treeeb8b1fdfa1369a144f510104d3088d22276e783a
parentee85f65b8e063921e7fc3c1899e70ba5de289b95 (diff)
QCH: remove WrapOpenSSL from the link interface of Qt6::CorePrivate
This allows for a shared version of Qt and linking against static version of OpenSSL. Tested and reported by Yuhang Zhao. Change-Id: I8af8ad5eb698f719aae644ce1fcf12d2a78cdb31 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/corelib/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt
index ba81624c63..32e8456136 100644
--- a/src/corelib/CMakeLists.txt
+++ b/src/corelib/CMakeLists.txt
@@ -837,8 +837,6 @@ qt_internal_extend_target(Core CONDITION QT_FEATURE_regularexpression
qt_internal_extend_target(Core CONDITION QT_FEATURE_openssl_linked AND QT_FEATURE_opensslv30
LIBRARIES
WrapOpenSSL::WrapOpenSSL
- PRIVATE_MODULE_INTERFACE
- WrapOpenSSL::WrapOpenSSL
)
qt_internal_extend_target(Core CONDITION QT_FEATURE_hijricalendar