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 \
|
---|
|
---|