5638da4de2
This autotest is using private symbols, available only when Qt is configured with -developer-build. Change-Id: I9bf221040b8225ed173761c7ee23e69efd85c3cb Reviewed-on: http://codereview.qt.nokia.com/4148 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
34 lines
675 B
Prolog
34 lines
675 B
Prolog
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 \
|
|
qstatictext \
|
|
qtextlayout \
|
|
qtextpiecetable \
|