ac1cbc752f
These tests are failing with "java.lang.UnsatisfiedLinkError: dlopen failed: invalid ELF file" at the start, excluding them now to enable Android testing until they're fixed later. Task-number: QTBUG-87671 Task-number: QTBUG-87025 Change-Id: Ida7d7158fccdc31df1f9689f77fde832964d732f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
49 lines
997 B
Prolog
49 lines
997 B
Prolog
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
|
|
|
|
# QTBUG-87671
|
|
android: SUBDIRS -= qtextdocument
|