Closed geustache closed 1 year ago
This is not a quazip bug nor Qt bug. It's related to cxx 17 support on macOS.
When compiling Qt, specify -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
to CMake.
If you are using prebuilt Qt, specify this option when configuring your project.
Thanks @aikawayataro :-) It is however well specified in the Qt documentation Target for MacOs with Qt6 : macOS 11, 12, 13
Hello Quazip compiles well with Qt6.4.3 on Mac (universal binary) but an error appears from Qt6.5.0 Compilation : MacOS M1 ventura