Em terça-feira, 6 de dezembro de 2016, às 00:00:20 PST, Gunnar Roth escreveu:
> > It is, but it's possible that the qt5 link to qtbase is outdated due to
> > having failed to integrate. You need to update qtbase to the 5.8.0
> > branch, even past what qt5 requires of you.
> 
> i did git checkout 5.8 git submodule update  which compiled then.

That's not enough. You need to
        cd qtbase && git checkout 5.8.0

Possibly pull every now and again in there. If you need to be in the bleeding 
edge, git submodule update is the wrong tool.

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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to