summaryrefslogtreecommitdiff
path: root/freetype/freetype.pro
blob: c40957763d590dafb1be9600c673052e76ceca66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= lib
CONFIG		+= qt warn_on
HEADERS		= fontfactoryttf_qws.h freetypefactoryimpl.h
SOURCES		= fontfactoryttf_qws.cpp freetypefactoryimpl.cpp
qt2:HEADERS	+= qfontdata_p.h
TARGET		= freetypefactory
DESTDIR		= $(OPIEDIR)/plugins/fontfactories
INCLUDEPATH	+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe -lfreetype -lopiecore2
VERSION		= 1.0.1

include( $(OPIEDIR)/include.pro )