-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.10.0
-
None
Currently, Qt builds and binaries require the zstd compression library and headers to be installed externally on the system. This external dependency complicates deployment.
Instead of relying on external zstd libraries, Qt builds should include the zstd library and headers internally and link them statically or dynamically as part of the Qt build (as it is done for zlib).