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:
parent
c9b3091be5
commit
59ca056a79
@ -11,7 +11,8 @@ SUBDIRS = \
|
||||
qxmlstream
|
||||
|
||||
!qtHaveModule(gui): SUBDIRS -= \
|
||||
qdatastream
|
||||
qdatastream \
|
||||
qdatastream_core_pixmap
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qtextstream
|
||||
|
@ -68,7 +68,4 @@ winrt|!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility
|
||||
android: SUBDIRS += \
|
||||
android
|
||||
|
||||
qtConfig(xkbcommon): {
|
||||
SUBDIRS += \
|
||||
xkbkeyboard
|
||||
}
|
||||
qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard
|
||||
|
Loading…
Reference in New Issue
Block a user