summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-10-19 12:39:12 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2018-10-20 20:38:59 +0000
commitcea2b5510c28d1057018007d65589fecee62b0d8 (patch)
treeb6ff82dd7f084e9bcdc06ed3fb4f85f6beddc517 /tests/auto/other/other.pro
parent10b8ed816d0dff4321d5a8b0723a8090b2058678 (diff)
Fix building tests with -no-gui
Change-Id: I37307080e5adc334fcfcdd2fee650d675228a746 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 61a464356c..d70c895dec 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -48,9 +48,9 @@ cross_compile: SUBDIRS -= \
atwrapper \
compiler
-winrt|!qtConfig(accessibility): SUBDIRS -= qaccessibility
+winrt|!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility
-!qtConfig(accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
+!qtHaveModule(gui)|!qtConfig(accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
!qtConfig(process): SUBDIRS -= qprocess_and_guieventloop