File: example4.pro

package info (click to toggle)
freetype 2.10.4%2Bdfsg-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 25,472 kB
  • sloc: ansic: 147,313; javascript: 7,011; python: 5,748; sh: 3,871; cpp: 3,706; xml: 1,338; makefile: 607; perl: 340; awk: 142; sed: 3
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# example4.pro

QT += core gui widgets
TARGET = example4
TEMPLATE = app
SOURCES += example4.cpp
MOC_DIR = ./moc
LIBS += -lz -lfreetype
INCLUDEPATH += $$MOC_DIR \
               /usr/local/include \
               /usr/local/include/freetype2

# EOF