summaryrefslogtreecommitdiffstats
path: root/src/core/api/core_api.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-06-27 12:29:17 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-19 06:16:31 +0000
commit009f5ebb4bd6e50188671e0815a5dae6afe39db5 (patch)
tree1c8e1ee88d312edb4b0c628bd2d793353b8b3c22 /src/core/api/core_api.pro
parent57f1127b8e4663e420a34e5ab5d90ca4d3665925 (diff)
Fix C-ABI breakage
Re-export missing C memory handling functions. Task-number: QTBUG-61521 Change-Id: I8f94d93a70c81117735a9610e391a1e31c54f15a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/core_api.pro')
-rw-r--r--src/core/api/core_api.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro
index d3d47e03a..05166536e 100644
--- a/src/core/api/core_api.pro
+++ b/src/core/api/core_api.pro
@@ -50,6 +50,8 @@ SOURCES = \
qwebengineurlrequestjob.cpp \
qwebengineurlschemehandler.cpp
+### Qt6 Remove this workaround
unix:!isEmpty(QMAKE_LFLAGS_VERSION_SCRIPT):!static {
- SOURCES += qtbug-60565.cpp
+ SOURCES += qtbug-60565.cpp \
+ qtbug-61521.cpp
}