我包括freetype和頭,不是我可以找到函數,但在建設中說我:error: undefined reference to FT_Init_FreeType
我讀了一些東西,但我的文件夾沒有lib文件添加到pro文件中。 我下載庫文庫here,版本2.6。 我該如何解決dat問題?Qt + FreeType未定義的參考
#include <freetype-2.6/include/ft2build.h>
#include FT_FREETYPE_H
....
FT_Library ft;
if(FT_Init_FreeType(&ft)) {
std::cout << "ERROR::FREETYPE: Could not init FreeType Library" << std::endl;
}
它沒有Qt的工作嗎? – dtech
可能重複[什麼是未定義的引用/未解析的外部符號錯誤,以及如何解決它?](http://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external- symbol-error-and-how-do-i-fix) –