Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.2, 6.3
-
None
-
329dbfcc7 (dev), 2cf327be8 (6.7), 3738a2dc6 (6.6), aebb30748 (tqtc/lts-6.5), 736d6300b (6.6.2), b3cc89e81 (dev), b404d8e36 (6.7), a6c0f1703 (6.6), fc2404096 (tqtc/lts-6.5)
Description
When building Qt application with AUTORCC flag the linker issue is thrown:
ld: error: undefined symbol: qt_resourceFeatureZstd
This happens because rcc is called without -no-zstd argument by AUTORCC code
Same happens when using manual rcc functions with the big or binary resources or the existing .qrc files.
Attachments
Issue Links
- relates to
-
QTBUG-106466 build android app with Debian host fails on undefined symbol qt_resourceFeatureZstd
- Reported