On quarta-feira, 18 de janeiro de 2017 14:51:15 PST René J.V. Bertin wrote: > symbol _ZN9QtPrivate16QStringList_joinERK11QStringList13QLatin1String, > version Qt_5 not defined in file libQt5Core.so.5 with link time reference
Can you confirm whether the problem is a) that _ZN9QtPrivate16QStringList_joinERK11QStringList13QLatin1String isn't present in QtCore at all; or b) that the symbol is present, but the Qt_5 ELF version isn't. > %> ldd /path/to/build/qttools/bin/lrelease > linux-vdso.so.1 => (0x00007ffdae338000) > libQt5Xml.so.5 => /opt/local/libexec/qt5/lib/libQt5Xml.so.5 > (0x00007f148dac3000) libQt5Core.so.5 => > /opt/local/libexec/qt5/lib/libQt5Core.so.5 (0x00007f148d3dc000) Was that the correct QtCore? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
