From 01754de4776905205d38d7bc66fa7b7caa0fe79b Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 15 Mar 2014 12:21:57 +0100 Subject: Fix hard dep on widgets for autotests Change-Id: I4a847eb9480eb6343fe60c71ec3e37bd6887af9f Reviewed-by: Simon Hausmann --- tests/auto/auto.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5e02e95..5e3ced2 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,4 +1,6 @@ TEMPLATE=subdirs -SUBDIRS=\ - qx11info \ - cmake +SUBDIRS=cmake + +qtHaveModule(widgets) { + SUBDIRS += qx11info +} \ No newline at end of file -- cgit v1.2.1