stachenov / quazip

Qt/C++ wrapper over minizip
Other
565 stars 235 forks source link

QUAZIP_USE_QT_ZLIB doesn't work on Qt version 6.3.1 #170

Closed aikawayataro closed 1 year ago

aikawayataro commented 1 year ago

Due to a change in the Qt build system (https://codereview.qt-project.org/c/qt/qtbase/+/403618) Qt Zlib has been refactored into a static BundledZLIB component.

CMake Warning at .../lib/cmake/Qt6/Qt6Config.cmake:214 (message):
  Failed to find optional Qt component "Zlib".

  Expected Config file at ".../lib/cmake/Qt6Zlib/Qt6ZlibConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  CMakeLists.txt:100 (find_package)
aikawayataro commented 1 year ago

Fixed in #171