Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > dce1dd4df116cc07c49d2be2ba2a7515 > files > 112

lib64freetype6-devel-2.5.0.1-3.mga4.tainted.x86_64.rpm

# 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