File: example4.pro

package info (click to toggle)
freetype 2.9.1-3%2Bdeb10u3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,992 kB
  • sloc: ansic: 144,129; javascript: 6,977; python: 6,619; cpp: 4,286; sh: 3,731; xml: 1,132; makefile: 592; perl: 340; awk: 142; sed: 3
file content (13 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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