From 59ca056a79eb48fa345d0c5b133ca1e6d28997af Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 21 Oct 2019 14:45:28 +0200 Subject: 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 --- tests/auto/other/other.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/auto/other') diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro index c5426202e8..cc6b1887a3 100644 --- a/tests/auto/other/other.pro +++ b/tests/auto/other/other.pro @@ -68,7 +68,4 @@ winrt|!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility android: SUBDIRS += \ android -qtConfig(xkbcommon): { - SUBDIRS += \ - xkbkeyboard -} +qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard -- cgit v1.2.3