summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2016-03-12 10:33:19 +0100
committerKai Pastor <dg0yt@darc.de>2016-03-23 06:52:46 +0000
commit4ccfb1eb926e8a6b26ea11e3e38df5b2dd3d0de4 (patch)
tree711a6fc950fba3d578cb3ca84051dc09fcc0b28a /tests/auto/other/other.pro
parentf319b9b43c313dfa306a62c391e767bc6f14bdee (diff)
Fix tests for build with -no-gui
Change-Id: I48d5452daeaf3490ed7a5b8c30953da019bb33af Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 673e922fdd..0e9f054a01 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -24,6 +24,10 @@ SUBDIRS=\
windowsmobile \
toolsupport \
+!qtHaveModule(gui): SUBDIRS -= \
+ qcomplextext \
+ qprocess_and_guieventloop \
+
!qtHaveModule(widgets): SUBDIRS -= \
gestures \
lancelot \