| commit | aeae5ede9285666dcd48a1f4790b7a60093a0e67 | [log] [tgz] |
|---|---|---|
| author | Heiko Becker <mail@heiko-becker.de> | Sun Aug 03 20:30:51 2025 +0200 |
| committer | Brad King <brad.king@kitware.com> | Mon Aug 04 13:45:14 2025 -0400 |
| tree | 5e9aadc849f6cc6c6d2d90b06f2624706c989922 | |
| parent | a078076983d4676190fdc61dbc21e587bff044f4 [diff] |
Autogen/RCC: Only pass --no-zstd to Qt6 In commit 9e87df4d46 (Autogen/RCC: Disable zstd if it is not supported, 2024-02-08, v3.29.0-rc1~5^2) we added this flag, but it doesn't exist for Qt 5. It was only introduced with qtbase commit `14546d1816a8`, which first appeared in Qt 6. Fixes: #27111 Issue: #25664