Closed aikawayataro closed 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)
Fixed in #171
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.