On Friday, 12 October 2018 11:32:10 PDT Jean-Michaël Celerier wrote: > > but there is no information for the > > flags needed to link against system libraries (freetype, harfbuzz, > etc.) > > it would be so nice to add them ! currently I have to use the following > chthonic horror: > https://github.com/OSSIA/score/blob/master/base/app/StaticApp.cmake > > I think that in Qt the pkg-config files are generated by a perl script, > maybe the same could be used for static builds ?
syncqt only generates the headers and the .pri files that qmake uses to find the headers. The pkg-config files and the libtool files are generated by qmake itself. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
