[Interest] Building Qt 5.10

Thiago Macieira thiago.macieira at intel.com
Sun Dec 24 18:24:07 CET 2017


On domingo, 24 de dezembro de 2017 12:39:06 -02 Igor Mironchik wrote:
> On 24.12.2017 14:43, Thiago Macieira wrote:
> > On domingo, 24 de dezembro de 2017 07:55:34 -02 Igor Mironchik wrote:
> >> Hello,
> >> 
> >> Does anybody know if -freetype argument works in ./configure on Linux
> >> with Qt 5.10?
> >> 
> >> I downloaded Qt 5.10 sources, and -freetype always receives "yes"
> >> option, qt/system/no don't work.
> > 
> > The arguments are valid. See src/gui/configure.json:
> >             "freetype": { "type": "enum", "values": [ "no", "qt", "system"
> >             ] },
> > 
> > What exactly does configure tell you when you try to use --freetype=no or
> > -no-freetype?
> 
> igor at gmi:~/Tmp/qt-everywhere-src-5.10.0$ ./configure -freetype=qt

You're missing one dash.

It's either -qt-freetype or --freetype=qt.

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




More information about the Interest mailing list