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

Thiago Macieira thiago.macieira at intel.com
Fri Jan 20 02:52:31 CET 2017


On quinta-feira, 19 de janeiro de 2017 23:00:58 PST René J. V. Bertin wrote:
> Oswald Buddenhagen wrote:
> > that's actually mostly what is happening. the host tools don't use new
> > dtags, because there is no configure test for that.
> 
> Ah, of course, makes sense, and that probably means lrelease and siblings
> aren't the only ones that would fail in a similar when used during the
> build? Curiously it doesn't seem to be the case with qmake, moc etc.

The tools affected are those that can be bootstrapped but weren't (because 
it's not a cross compilation). Since they weren't bootstrapped, they link to 
the Qt libraries being compiled, which results in the linking problem.

qmake, moc and rcc are always bootstrapped.

But uic should be suffering from this

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




More information about the Development mailing list