summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-05-19 16:54:25 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-05-23 09:28:59 +0200
commit052905fa952cf5ed8d42445f6acce06831e53a19 (patch)
tree40425fc17a909168eeb647dd951a4f5b48388d85 /src
parentefae95057a28c90435c922dc05aa0b0e2c0785a0 (diff)
Use correct name of the internal Zlib module
Zlib is renamed in Qt to ZlibPrivate according to the internal module naming policy. Change-Id: Icd4c34caad90440bba1a169f4beb5808d99c4b8b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/assimp/assimp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/assimp.cmake b/src/3rdparty/assimp/assimp.cmake
index 205607367..d3dbb1572 100644
--- a/src/3rdparty/assimp/assimp.cmake
+++ b/src/3rdparty/assimp/assimp.cmake
@@ -1,7 +1,7 @@
# special case begin
if(NOT QT_FEATURE_system_zlib)
- find_package(Qt6 COMPONENTS Zlib)
+ find_package(Qt6 COMPONENTS ZlibPrivate)
elseif(NOT TARGET WrapZLIB::WrapZLIB)
qt_find_package(WrapZLIB PROVIDED_TARGETS WrapZLIB::WrapZLIB)
endif()