Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
5.15.11, 5.15.12
-
None
Description
Our team is dealing with an issue in the last versions of Qt 5.15.[11-12] the issue appears as soon as you try to use the QtXML package on Release...
Looks like the Release DLL does not contain the definition for the isChar function, see attached image below (backlink: https://imgur.com/a/OihsvrS):
This issue does not happen either on:
- debug: running Qt version higher than 5.15.10
- release or debug: running Qt versions lower than 5.15.10
Some extra info:
- Windows debug flags = "/MDd /Zi"
- Windows release flags = "/Ox /MD"