Till Oliver Knoll wrote:
> According to > > https://wiki.qt.io/New_Features_in_Qt_5.6 > > "Optional support for using FreeType on Mac OS X" is now available. Yeah, but apparently not exactly as planned: %> Assistant.app/Contents/MacOS/Assistant --fontengine=freetype QCocoaIntegration::Options parseOptions(const QStringList &) paramList= () Unknown option: --fontengine=freetype Usage: assistant [Options] <snip> %> Qt\ Creator.app/Contents/MacOS/Qt\ Creator --fontengine=freetype QCocoaIntegration::Options parseOptions(const QStringList &) paramList= () Unknown option --fontengine=freetype Usage: Qt Creator [OPTION]... [FILE]... Options: <snip> IOW: QCocoaIntegration::QCocoaIntegration() is called with an empty paramList (or --fontengine is not accepted into that list), and whoever else does the fallback option parsing doesn't support --fontengine either. R. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
