Exclude tests that need GUI when GUI isn't available

Thanks to Dmitriy Purgin for pointing out the serialization one.

Task-number: QTBUG-79353
Change-Id: Ia3d750b17ddd8fbb7a83a55df7e4546ca78c358b
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Edward Welbourne 2019-10-21 14:45:28 +02:00
parent c9b3091be5
commit 59ca056a79
2 changed files with 3 additions and 5 deletions

View File

@ -11,7 +11,8 @@ SUBDIRS = \
qxmlstream
!qtHaveModule(gui): SUBDIRS -= \
qdatastream
qdatastream \
qdatastream_core_pixmap
!qtHaveModule(network): SUBDIRS -= \
qtextstream

View File

@ -68,7 +68,4 @@ winrt|!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility
android: SUBDIRS += \
android
qtConfig(xkbcommon): {
SUBDIRS += \
xkbkeyboard
}
qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard