i got an error building tqt, turns out the freetype header wasn't
where it was expected.
as a workaround i just did this
sudo ln -s /usr/include/freetype2/freetype/ /usr/include/freetype -v
but is there a way to pass that library path into tqt's make?