2011-08-31 15:11:06 +00:00
|
|
|
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 \
|
2011-09-02 13:40:19 +00:00
|
|
|
qstatictext \
|
2011-08-31 15:11:06 +00:00
|
|
|
qtextlayout \
|
|
|
|
qtextpiecetable \
|
2011-12-08 11:08:12 +00:00
|
|
|
|
|
|
|
mac {
|
|
|
|
qtextlayout.CONFIG = no_check_target # QTBUG-23050
|
|
|
|
}
|