summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-05-09 16:45:27 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-15 06:24:14 +0000
commit2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 (patch)
treeeb5f9f9666864389dab121aecf1abbebd47d4657 /qtwebengine.pro
parent2773cdc442427a3e813bd875c1bf0326b6a3724b (diff)
Fix broken ABI in qtwebengine libs between 5.8/5.9
Due to internal chromium 53 change in default allocator qtwebengine 5.8 release exported globally operator new, new[], delete and delete[] with Qt_5 'default' version. The issue was spotted and fixed after official 5.8.0 release. This causes ABI breakage since faulty released symbols are missing in upcoming 5.9.0 release and the software compiled against 5.8.0 will not work due to unresolved symbols at runtime. Readd the symbols, however mark Qt_5 symbols version as non-default, this way they are not picked up during link time, but they still could be resolved during runtime. Task-number: QTBUG-60565 Change-Id: I3320ac7785aea6b03443e8acd4b9d334e574d77f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'qtwebengine.pro')
0 files changed, 0 insertions, 0 deletions