summaryrefslogtreecommitdiff
path: root/freetype/freetype.pro
Unidiff
Diffstat (limited to 'freetype/freetype.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--freetype/freetype.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/freetype/freetype.pro b/freetype/freetype.pro
index ca7edd3..19451d7 100644
--- a/freetype/freetype.pro
+++ b/freetype/freetype.pro
@@ -6,6 +6,10 @@ qt2:HEADERS += qfontdata_p.h
6 TARGET = freetypefactory 6 TARGET = freetypefactory
7 DESTDIR = $(OPIEDIR)/plugins/fontfactories 7 DESTDIR = $(OPIEDIR)/plugins/fontfactories
8 INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include 8 INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lfreetype 10LIBS += -lqpe -lfreetype
11 VERSION = 1.0.0 11 VERSION = 1.0.0
12
13
14
15include ( ../include.pro )