CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/16 04:34:57
Modified files:
devel/qt-creator: Makefile
Added files:
devel/qt-creator/patches:
patch-src_plugins_qtsupport_baseqtversion_cpp
Log message:
Fix unknown ABI issue
https://bugreports.qt.io/browse/QTCREATORBUG-23818
Qt Creator analyzes the libQt5Core.so to determine the ABI version. Because of
our own shared lib version handling/pattern, Qt Creator fails with the
determination. This is a very simple fix patch to unbreak the Qt-ABI detection.