summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-04-19 15:57:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-22 16:24:44 +0200
commitd64274d4ffd0556e3de6da82cb8220ebba2d9186 (patch)
tree89fdb9d6f83e8674b86f7a4956acd93ebb74bde8 /tests/auto
parent353f7340a18b06e92851ee199a4c65672595cb7c (diff)
test: Disable tst_uic when -no-widgets is used
uic doesn't get compiled when -no-widgets is used, so disabling its test. Change-Id: I8c81ec468e40841548dacb356fd87ecf85d7b6ac Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/tools/tools.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/tools/tools.pro b/tests/auto/tools/tools.pro
index 9b4d2ca22a..5367e8b7ef 100644
--- a/tests/auto/tools/tools.pro
+++ b/tests/auto/tools/tools.pro
@@ -6,3 +6,4 @@ SUBDIRS=\
rcc \
qtHaveModule(dbus): SUBDIRS += qdbuscpp2xml qdbusxml2cpp
+!qtHaveModule(widgets): SUBDIRS -= uic