Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > tainted-updates > by-pkgid > f5b5295708c5476212e100564c4c41dd > files > 177

lib64freetype6-devel-2.5.4-2.3.mga5.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