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>
This commit is contained in:
Jan Grulich 2022-09-30 08:10:45 +02:00
parent ee85f65b8e
commit 7e58cd0ce2

View File

@ -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