Make the internal Zlib module private
Rename Zlib module to adjust its name to the internal module naming policy. Change-Id: Ieb04842bd362a36fbf4247e3559b9907d29c28b8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
715041b663
commit
34d33becd4
|
|
@ -1348,7 +1348,7 @@ qt_internal_add_docs(Core
|
|||
# Handle qtzlib.pro to create headers for the
|
||||
# QtZlibPrivate target, equivalent to Qt += zlib-private
|
||||
if(NOT QT_FEATURE_system_zlib)
|
||||
qt_internal_add_module(Zlib
|
||||
qt_internal_add_module(ZlibPrivate
|
||||
INTERNAL_MODULE
|
||||
HEADER_MODULE
|
||||
NO_CONFIG_HEADER_FILE
|
||||
|
|
|
|||
Loading…
Reference in New Issue