qnanopainter
qnanopainter copied to clipboard
Add option to use Freetype
This adds a new cmake build option called QNANO_USE_FREETYPE, which changes nanovg fontstash to use Freetype library instead of stb_truetype.
Thanks! Would you mind doing the same addition for qmake users so add QNANO_USE_FREETYPE etc. into include.pri?
I'm not sure how to do it in qmake. Is there an equivalent of cmake's "option()"?