summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_parts.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-25 17:12:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-26 19:15:17 +0200
commitfda41c185779dc22a8841509806707776231b6af (patch)
tree1c439283b5d3112ce493ad5d94775967bb4dcec2 /mkspecs/features/qt_parts.prf
parentf46a732a4f13ca44cf9fc3a1a8f2c74655fe67c0 (diff)
groundwork for making "configure -nomake tools" sane
the idea is that "tools" actually means "graphical applications". that means that all bootstrapped/build tools are consistently built, regardless of their location in the source tree. non-bootstrapped non-graphical tools are a bit of a grey area. it's going to be decided on a case-by-case basis. Change-Id: I28b959b7e659d8aa86cf6769ab6d2689c855ec6b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/qt_parts.prf')
-rw-r--r--mkspecs/features/qt_parts.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_parts.prf b/mkspecs/features/qt_parts.prf
index 37dc849f83..cf59ed6e0e 100644
--- a/mkspecs/features/qt_parts.prf
+++ b/mkspecs/features/qt_parts.prf
@@ -27,7 +27,7 @@ exists($$_PRO_FILE_PWD_/tools/tools.pro) {
sub_tools.subdir = tools
sub_tools.target = sub-tools
sub_tools.depends = sub_src
- !contains(QT_BUILD_PARTS, tools): sub_tools.CONFIG = no_default_target no_default_install
+ # conditional treatment happens on a case-by-case basis
SUBDIRS += sub_tools
}