summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 13:39:04 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 00:38:01 +0200
commit5e1936369994dab5b6c9c5ada8e496601ed123d3 (patch)
treef68af1caefab03f236b18a9360bc65d2a51eb410 /tests
parent3874022ec046865f80af3b2d772bc00310e0437c (diff)
Make gui tests build when widgets aren't available
Change-Id: I5b75116d148f84ae2f96dd6b573d14952c4b601c Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui/kernel/kernel.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro
index 8f191bd42d..fb8cd2d566 100644
--- a/tests/auto/gui/kernel/kernel.pro
+++ b/tests/auto/gui/kernel/kernel.pro
@@ -18,3 +18,7 @@ SUBDIRS=\
qtouchevent \
qwindow \
qguiapplication \
+
+contains(QT_CONFIG, no-widgets): SUBDIRS -= \
+ qmouseevent_modal \
+ qtouchevent