From 0738c38f0ec435ad4510a1c8eb60f74a2ba46a2f Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Wed, 7 Mar 2012 00:11:44 +0000 Subject: Add Qt Widgets opt out support to build system There should be a clear QWidget free path for people with no interest in legacy QWidget functionality. Adding this option to configure makes this path readily accessible and hence testable. Change-Id: If87c1063fcf4c46f5280836126c11999feaa9f8a Reviewed-by: Oswald Buddenhagen --- src/src.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 1c38dce6bc..4efa017065 100644 --- a/src/src.pro +++ b/src/src.pro @@ -65,6 +65,7 @@ src_concurrent.target = sub-concurrent src_plugins.depends = src_gui src_sql src_xml src_platformsupport } +contains(QT_CONFIG, no-widgets): SRC_SUBDIRS -= src_opengl src_widgets src_printsupport src_testlib # This creates a sub-src rule sub_src_target.CONFIG = recursive -- cgit v1.2.3