From 3709d8dc52ca152ff584a04fda60a7968835f4c2 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 3 Jul 2012 10:32:20 +0900 Subject: disable building uic when -no-widgets is set Change-Id: I86040ec086621913fefcf6d349fe603758991c4e Reviewed-by: Oswald Buddenhagen --- src/tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/tools.pro b/src/tools/tools.pro index d626077a73..11031b4cee 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs TOOLS_SUBDIRS = src_tools_bootstrap src_tools_moc src_tools_rcc src_tools_qdoc contains(QT_CONFIG, dbus): TOOLS_SUBDIRS += src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml -!contains(QT_CONFIG, no-gui): TOOLS_SUBDIRS += src_tools_uic +!contains(QT_CONFIG, no-widgets): TOOLS_SUBDIRS += src_tools_uic # Set subdir and respective target name src_tools_bootstrap.subdir = $$PWD/bootstrap src_tools_bootstrap.target = sub-tools-bootstrap -- cgit v1.2.3