mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
9e87df4d46
Add the `--no-zstd` argument for `RCC` when `QT_FEATURE_zstd` is `OFF`. This causes user project builds to fail. That bug is fixed in Qt by https://codereview.qt-project.org/c/qt/qtbase/+/537546 but for the older versions, fix it here too. Fixes: #25664