author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 14 May 2010 16:40:13 +0300 | |
changeset 22 | 79de32ba3296 |
parent 3 | 41300fa6a67c |
child 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 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/qtextcontrol_p.h \ |
|
13 |
text/qtextcontrol_p_p.h \ |
|
14 |
text/qtextengine_p.h \ |
|
15 |
text/qtextlayout.h \ |
|
16 |
text/qtextformat.h \ |
|
17 |
text/qtextformat_p.h \ |
|
18 |
text/qtextobject.h \ |
|
19 |
text/qtextobject_p.h \ |
|
20 |
text/qtextoption.h \ |
|
21 |
text/qfragmentmap_p.h \ |
|
22 |
text/qtextdocument.h \ |
|
23 |
text/qtextdocument_p.h \ |
|
24 |
text/qtexthtmlparser_p.h \ |
|
25 |
text/qabstracttextdocumentlayout.h \ |
|
26 |
text/qtextdocumentlayout_p.h \ |
|
27 |
text/qtextcursor.h \ |
|
28 |
text/qtextcursor_p.h \ |
|
29 |
text/qtextdocumentfragment.h \ |
|
30 |
text/qtextdocumentfragment_p.h \ |
|
31 |
text/qtextimagehandler_p.h \ |
|
32 |
text/qtexttable.h \ |
|
33 |
text/qtextlist.h \ |
|
34 |
text/qsyntaxhighlighter.h \ |
|
35 |
text/qtextdocumentwriter.h \ |
|
36 |
text/qcssparser_p.h \ |
|
37 |
text/qtexttable_p.h \ |
|
38 |
text/qzipreader_p.h \ |
|
39 |
text/qzipwriter_p.h \ |
|
40 |
text/qtextodfwriter_p.h |
|
41 |
||
42 |
SOURCES += \ |
|
43 |
text/qfont.cpp \ |
|
44 |
text/qfontengine.cpp \ |
|
45 |
text/qfontsubset.cpp \ |
|
46 |
text/qfontmetrics.cpp \ |
|
47 |
text/qfontdatabase.cpp \ |
|
48 |
text/qtextcontrol.cpp \ |
|
49 |
text/qtextengine.cpp \ |
|
50 |
text/qtextlayout.cpp \ |
|
51 |
text/qtextformat.cpp \ |
|
52 |
text/qtextobject.cpp \ |
|
53 |
text/qtextoption.cpp \ |
|
54 |
text/qfragmentmap.cpp \ |
|
55 |
text/qtextdocument.cpp \ |
|
56 |
text/qtextdocument_p.cpp \ |
|
57 |
text/qtexthtmlparser.cpp \ |
|
58 |
text/qabstracttextdocumentlayout.cpp \ |
|
59 |
text/qtextdocumentlayout.cpp \ |
|
60 |
text/qtextcursor.cpp \ |
|
61 |
text/qtextdocumentfragment.cpp \ |
|
62 |
text/qtextimagehandler.cpp \ |
|
63 |
text/qtexttable.cpp \ |
|
64 |
text/qtextlist.cpp \ |
|
65 |
text/qtextdocumentwriter.cpp \ |
|
66 |
text/qsyntaxhighlighter.cpp \ |
|
67 |
text/qcssparser.cpp \ |
|
68 |
text/qzip.cpp \ |
|
69 |
text/qtextodfwriter.cpp |
|
70 |
||
71 |
win32 { |
|
72 |
SOURCES += \ |
|
73 |
text/qfont_win.cpp \ |
|
74 |
text/qfontengine_win.cpp |
|
75 |
HEADERS += text/qfontengine_win_p.h |
|
76 |
} |
|
77 |
||
78 |
unix:x11 { |
|
79 |
HEADERS += \ |
|
80 |
text/qfontengine_x11_p.h \ |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
81 |
text/qfontdatabase_x11.cpp \ |
0 | 82 |
text/qfontengine_ft_p.h |
83 |
SOURCES += \ |
|
84 |
text/qfont_x11.cpp \ |
|
85 |
text/qfontengine_x11.cpp \ |
|
86 |
text/qfontengine_ft.cpp |
|
87 |
} |
|
88 |
||
89 |
!embedded:!x11:mac { |
|
90 |
SOURCES += \ |
|
91 |
text/qfont_mac.cpp |
|
92 |
OBJECTIVE_SOURCES += text/qfontengine_mac.mm |
|
93 |
} |
|
94 |
||
95 |
embedded { |
|
96 |
SOURCES += \ |
|
97 |
text/qfont_qws.cpp \ |
|
98 |
text/qfontengine_qws.cpp \ |
|
99 |
text/qfontengine_ft.cpp \ |
|
100 |
text/qfontengine_qpf.cpp \ |
|
101 |
text/qabstractfontengine_qws.cpp |
|
102 |
HEADERS += \ |
|
103 |
text/qfontengine_ft_p.h \ |
|
104 |
text/qfontengine_qpf_p.h \ |
|
105 |
text/qabstractfontengine_qws.h \ |
|
106 |
text/qabstractfontengine_p.h |
|
107 |
DEFINES += QT_NO_FONTCONFIG |
|
108 |
} |
|
109 |
||
110 |
symbian { |
|
111 |
SOURCES += \ |
|
112 |
text/qfont_s60.cpp |
|
113 |
contains(QT_CONFIG, freetype) { |
|
114 |
SOURCES += \ |
|
115 |
text/qfontengine_ft.cpp |
|
116 |
HEADERS += \ |
|
117 |
text/qfontengine_ft_p.h |
|
118 |
DEFINES += \ |
|
119 |
QT_NO_FONTCONFIG |
|
120 |
} else { |
|
121 |
SOURCES += \ |
|
122 |
text/qfontengine_s60.cpp |
|
123 |
HEADERS += \ |
|
124 |
text/qfontengine_s60_p.h |
|
125 |
LIBS += -lfntstr -lecom |
|
126 |
} |
|
127 |
} |
|
128 |
||
129 |
contains(QT_CONFIG, freetype) { |
|
130 |
SOURCES += \ |
|
131 |
../3rdparty/freetype/src/base/ftbase.c \ |
|
132 |
../3rdparty/freetype/src/base/ftbbox.c \ |
|
133 |
../3rdparty/freetype/src/base/ftdebug.c \ |
|
134 |
../3rdparty/freetype/src/base/ftglyph.c \ |
|
135 |
../3rdparty/freetype/src/base/ftinit.c \ |
|
136 |
../3rdparty/freetype/src/base/ftmm.c \ |
|
137 |
../3rdparty/freetype/src/base/fttype1.c \ |
|
138 |
../3rdparty/freetype/src/base/ftbitmap.c\ |
|
139 |
../3rdparty/freetype/src/bdf/bdf.c \ |
|
140 |
../3rdparty/freetype/src/cache/ftcache.c \ |
|
141 |
../3rdparty/freetype/src/cff/cff.c \ |
|
142 |
../3rdparty/freetype/src/cid/type1cid.c \ |
|
143 |
../3rdparty/freetype/src/gzip/ftgzip.c \ |
|
144 |
../3rdparty/freetype/src/pcf/pcf.c \ |
|
145 |
../3rdparty/freetype/src/pfr/pfr.c \ |
|
146 |
../3rdparty/freetype/src/psaux/psaux.c \ |
|
147 |
../3rdparty/freetype/src/pshinter/pshinter.c \ |
|
148 |
../3rdparty/freetype/src/psnames/psmodule.c \ |
|
149 |
../3rdparty/freetype/src/raster/raster.c \ |
|
150 |
../3rdparty/freetype/src/sfnt/sfnt.c \ |
|
151 |
../3rdparty/freetype/src/smooth/smooth.c \ |
|
152 |
../3rdparty/freetype/src/truetype/truetype.c \ |
|
153 |
../3rdparty/freetype/src/type1/type1.c \ |
|
154 |
../3rdparty/freetype/src/type42/type42.c \ |
|
155 |
../3rdparty/freetype/src/winfonts/winfnt.c \ |
|
156 |
../3rdparty/freetype/src/lzw/ftlzw.c\ |
|
157 |
../3rdparty/freetype/src/otvalid/otvalid.c\ |
|
158 |
../3rdparty/freetype/src/otvalid/otvbase.c\ |
|
159 |
../3rdparty/freetype/src/otvalid/otvgdef.c\ |
|
160 |
../3rdparty/freetype/src/otvalid/otvjstf.c\ |
|
161 |
../3rdparty/freetype/src/otvalid/otvcommn.c\ |
|
162 |
../3rdparty/freetype/src/otvalid/otvgpos.c\ |
|
163 |
../3rdparty/freetype/src/otvalid/otvgsub.c\ |
|
164 |
../3rdparty/freetype/src/otvalid/otvmod.c\ |
|
165 |
../3rdparty/freetype/src/autofit/afangles.c\ |
|
166 |
../3rdparty/freetype/src/autofit/afglobal.c\ |
|
167 |
../3rdparty/freetype/src/autofit/aflatin.c\ |
|
168 |
../3rdparty/freetype/src/autofit/afmodule.c\ |
|
169 |
../3rdparty/freetype/src/autofit/afdummy.c\ |
|
170 |
../3rdparty/freetype/src/autofit/afhints.c\ |
|
171 |
../3rdparty/freetype/src/autofit/afloader.c\ |
|
172 |
../3rdparty/freetype/src/autofit/autofit.c |
|
173 |
||
174 |
symbian { |
|
175 |
SOURCES += \ |
|
176 |
../3rdparty/freetype/src/base/ftsystem.c |
|
177 |
} else { |
|
178 |
SOURCES += \ |
|
179 |
../3rdparty/freetype/builds/unix/ftsystem.c |
|
180 |
INCLUDEPATH += \ |
|
181 |
../3rdparty/freetype/builds/unix |
|
182 |
} |
|
183 |
||
184 |
INCLUDEPATH += \ |
|
185 |
../3rdparty/freetype/src \ |
|
186 |
../3rdparty/freetype/include |
|
187 |
||
188 |
DEFINES += FT2_BUILD_LIBRARY FT_CONFIG_OPTION_SYSTEM_ZLIB |
|
189 |
||
190 |
embedded:CONFIG += opentype |
|
191 |
} else:contains(QT_CONFIG, system-freetype) { |
|
192 |
embedded:CONFIG += opentype |
|
193 |
# pull in the proper freetype2 include directory |
|
194 |
include($$QT_SOURCE_TREE/config.tests/unix/freetype/freetype.pri) |
|
195 |
LIBS_PRIVATE += -lfreetype |
|
196 |
} else { |
|
197 |
DEFINES *= QT_NO_FREETYPE |
|
198 |
} |
|
199 |
||
200 |
contains(QT_CONFIG, fontconfig) { |
|
201 |
CONFIG += opentype |
|
202 |
} |
|
203 |
||
204 |
DEFINES += QT_NO_OPENTYPE |
|
205 |
INCLUDEPATH += ../3rdparty/harfbuzz/src |