summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/text.pro
blob: 6b033fb506d008d0687232d7176df35a86dc0ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TEMPLATE=subdirs
SUBDIRS=\
   qabstracttextdocumentlayout \
   qcssparser \
   qfont \
   qfontcache \
   qfontdatabase \
   qfontmetrics \
   qglyphrun \
   qrawfont \
   qstatictext \
   qsyntaxhighlighter \
   qtextblock \
   qtextcursor \
   qtextdocument \
   qtextdocumentfragment \
   qtextdocumentlayout \
   qtextformat \
   qtextlayout \
   qtextlist \
   qtextobject \
   qtextpiecetable \
   qtextscriptengine \
   qtexttable \
   qzip \
   qtextodfwriter \
   qinputcontrol

win32:SUBDIRS -= qtextpiecetable

!qtConfig(private_tests): SUBDIRS -= \
           qfontcache \
           qcssparser \
           qtextlayout \
           qtextpiecetable \
           qzip \
           qtextodfwriter

!qtHaveModule(xml): SUBDIRS -= \
           qcssparser \
           qtextdocument