summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-03-15 12:21:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-15 12:30:14 +0100
commit01754de4776905205d38d7bc66fa7b7caa0fe79b (patch)
tree1ce6b90e609571ed71794e1caf5ade6094194b1d
parent41451c6247d35e90581622b969515378632f3313 (diff)
downloadqtx11extras-01754de4776905205d38d7bc66fa7b7caa0fe79b.tar.gz
Fix hard dep on widgets for autotestsv5.3.0-beta1
Change-Id: I4a847eb9480eb6343fe60c71ec3e37bd6887af9f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--tests/auto/auto.pro8
1 files changed, 5 insertions, 3 deletions
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