qt5base-lts/tests/auto/gui/text/text.pro
Sergio Ahumada 5638da4de2 tests: mark `qstatictext' as using private API
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>
2011-09-05 10:24:04 +02:00

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 \