From d64274d4ffd0556e3de6da82cb8220ebba2d9186 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 19 Apr 2013 15:57:45 +0200 Subject: 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 --- tests/auto/tools/tools.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/tools/tools.pro') 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 -- cgit v1.2.3