summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/text.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/text.pro')
-rw-r--r--tests/auto/gui/text/text.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/auto/gui/text/text.pro b/tests/auto/gui/text/text.pro
new file mode 100644
index 0000000000..001a967ad6
--- /dev/null
+++ b/tests/auto/gui/text/text.pro
@@ -0,0 +1,32 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ qabstracttextdocumentlayout \
+ qcssparser \
+ qfont \
+ qfontdatabase \
+ qfontmetrics \
+ qglyphrun \
+ qrawfont \
+ qstatictext \
+ qsyntaxhighlighter \
+ qtextblock \
+ qtextcursor \
+ qtextdocument \
+ qtextdocumentfragment \
+ qtextdocumentlayout \
+ qtextformat \
+ qtextlayout \
+ qtextlist \
+ qtextobject \
+ qtextpiecetable \
+ qtextscriptengine \
+ qtexttable \
+
+contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
+
+win32:SUBDIRS -= qtextpiecetable
+
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ qcssparser \
+ qtextlayout \
+ qtextpiecetable \