qt5base-lts/tests/auto/corelib/io/qresourceengine
Thiago Macieira f123212880 RCC: fix zlib compression when --no-zstd was specified
Since we had code to default to zstd as the default algorithm instead of
"Best", we ended up not compressing anything.

[ChangeLog][rcc] Fixed a bug that caused rcc not to compress files with
any compression algorithm if the --no-zstd option was present.

Pick-to: 6.2 6.3 6.4
Fixes: QTBUG-106012
Change-Id: Ic6547f8247454b47baa8fffd170fddae429f82d2
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2022-08-31 16:55:00 -03:00
..
staticplugin Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
testqrc tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitattributes tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitignore Update .gitignore for tests/auto/corelib/io/qresourceengine 2011-12-12 12:51:02 +01:00
android_testdata.qrc Android: Fix QResourceEngine tests 2014-12-19 16:00:41 +01:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
compressed.qrc QResource: Add API to get the decompressed content 2020-01-15 12:36:59 -08:00
generateResources.sh QResource: Add API to get the decompressed content 2020-01-15 12:36:59 -08:00
parentdir.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
tst_qresourceengine.cpp RCC: fix zlib compression when --no-zstd was specified 2022-08-31 16:55:00 -03:00
uncompressed.rcc QResource: Add API to get the decompressed content 2020-01-15 12:36:59 -08:00
zlib.rcc QResource: Add API to get the decompressed content 2020-01-15 12:36:59 -08:00
zstd.rcc QResource: Add API to get the decompressed content 2020-01-15 12:36:59 -08:00