summaryrefslogtreecommitdiff
path: root/freetype/freetype.pro
Unidiff
Diffstat (limited to 'freetype/freetype.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--freetype/freetype.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype/freetype.pro b/freetype/freetype.pro
index 19451d7..bdc37f6 100644
--- a/freetype/freetype.pro
+++ b/freetype/freetype.pro
@@ -3,13 +3,13 @@ CONFIG += qt warn_on release
3 HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h 3 HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h
4 SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp 4 SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp
5 qt2:HEADERS+= qfontdata_p.h 5 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 12
13 13
14 14
15include ( ../include.pro ) 15include ( $(OPIEDIR)/include.pro )