Remove platform specific DirectWrite font engine from QtGui
[profile/ivi/qtbase.git] / src / gui / text / text.pri
1 # Qt kernel module
2
3 HEADERS += \
4         text/qfont.h \
5         text/qfontdatabase.h \
6         text/qfontengine_p.h \
7         text/qfontengineglyphcache_p.h \
8         text/qfontinfo.h \
9         text/qfontmetrics.h \
10         text/qfont_p.h \
11         text/qfontsubset_p.h \
12         text/qtextengine_p.h \
13         text/qtextlayout.h \
14         text/qtextformat.h \
15         text/qtextformat_p.h \
16         text/qtextobject.h \
17         text/qtextobject_p.h \
18         text/qtextoption.h \
19         text/qfragmentmap_p.h \
20         text/qtextdocument.h \
21         text/qtextdocument_p.h \
22         text/qtexthtmlparser_p.h \
23         text/qabstracttextdocumentlayout.h \
24         text/qtextdocumentlayout_p.h \
25         text/qtextcursor.h \
26         text/qtextcursor_p.h \
27         text/qtextdocumentfragment.h \
28         text/qtextdocumentfragment_p.h \
29         text/qtextimagehandler_p.h \
30         text/qtexttable.h \
31         text/qtextlist.h \
32         text/qsyntaxhighlighter.h \
33         text/qtextdocumentwriter.h \
34         text/qcssparser_p.h \
35         text/qtexttable_p.h \
36         text/qzipreader_p.h \
37         text/qzipwriter_p.h \
38         text/qtextodfwriter_p.h \
39         text/qstatictext_p.h \
40         text/qstatictext.h \
41         text/qrawfont.h \
42         text/qrawfont_p.h \
43     text/qglyphrun.h \
44     text/qglyphrun_p.h \
45     text/qharfbuzz_copy_p.h \
46     text/qdistancefield_p.h
47
48 SOURCES += \
49         text/qfont.cpp \
50         text/qfontengine.cpp \
51         text/qfontsubset.cpp \
52         text/qfontmetrics.cpp \
53         text/qfontdatabase.cpp \
54         text/qtextengine.cpp \
55         text/qtextlayout.cpp \
56         text/qtextformat.cpp \
57         text/qtextobject.cpp \
58         text/qtextoption.cpp \
59         text/qfragmentmap.cpp \
60         text/qtextdocument.cpp \
61         text/qtextdocument_p.cpp \
62         text/qtexthtmlparser.cpp \
63         text/qabstracttextdocumentlayout.cpp \
64         text/qtextdocumentlayout.cpp \
65         text/qtextcursor.cpp \
66         text/qtextdocumentfragment.cpp \
67         text/qtextimagehandler.cpp \
68         text/qtexttable.cpp \
69         text/qtextlist.cpp \
70         text/qtextdocumentwriter.cpp \
71         text/qsyntaxhighlighter.cpp \
72         text/qcssparser.cpp \
73         text/qzip.cpp \
74         text/qtextodfwriter.cpp \
75         text/qstatictext.cpp \
76         text/qrawfont.cpp \
77     text/qglyphrun.cpp \
78     text/qdistancefield.cpp
79
80 SOURCES += \
81       text/qfont_qpa.cpp \
82       text/qfontengine_qpa.cpp \
83       text/qplatformfontdatabase.cpp \
84       text/qrawfont_qpa.cpp
85
86 HEADERS += \
87       text/qplatformfontdatabase.h
88
89 DEFINES += QT_NO_OPENTYPE
90 INCLUDEPATH += ../3rdparty/harfbuzz/src