Search This Blog

Sunday, July 19, 2009

Qt Creator Missing lfreetype

Qt cannot compile project under Ubuntu (Linux) because of the error
/usr/bin/ld: cannot find -lfreetype

So the library freetype is missing. Qt Creator requires the development package of fonts. Try install them. In Ubuntu, for example,

apt-get install libglib2.0-dev libSM-dev libxrender-dev libfontconfig-dev libxext-dev

No comments: