summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-10-21 14:45:28 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-10-25 11:42:09 +0200
commit59ca056a79eb48fa345d0c5b133ca1e6d28997af (patch)
tree451ad5c5ee19b7994dbca89fa445572b02c93c7c /tests/auto/other/other.pro
parentc9b3091be5dc7880e615822f3aac758eacd714f8 (diff)
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>
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro5
1 files changed, 1 insertions, 4 deletions
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