summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/text.pro
blob: 794d9ea8d30b245d1ad6dc6dd467453e30e669aa (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
42
43
44
45
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(textmarkdownreader): SUBDIRS += qtextmarkdownimporter
qtConfig(textmarkdownwriter): SUBDIRS += qtextmarkdownwriter

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

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