[Development] Qt5.8/Linux : -version `Qt_5' not found error running lrelease building qttranslations

Thiago Macieira thiago.macieira at intel.com
Sat Jan 21 00:22:05 CET 2017


On sexta-feira, 20 de janeiro de 2017 18:27:31 PST René J. V. Bertin wrote:
> Thiago Macieira wrote:
> > It is used in QtWidgets and possibly other modules. It may have suffered
> > from the problem of loading the wrong library at runtime, but didn't
> > crash because the new uic didn't use any symbols that are new in 5.8.
> 
> That'd be an explanation, but is that what the "-version Qt_5" error is
> about?

A red herring. You've focused on the wrong part of the information.

The linker told you that it can't find a symbol with a given ELF version. 
That's because the symbol isn't present at all, with any ELF version.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list