Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.11.3
-
Ubuntu 14.04 64-bit
Description
After I upgraded from 5.11.0 to 5.11.3 I get:
./myProgram: symbol lookup error: /opt/qt/5.11.3/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format
whereas the same runs fine when compiled with 5.11.0.
Did something major change in a patch version???
> strings /opt/qt/5.11.0/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5 | grep Font_Format >
> strings /opt/qt/5.11.3/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5 | grep Font_Format FT_Get_Font_Format FT_Get_Font_Format
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-22648 QtCreator does not start
- Closed