diff options
author | Tor Arne Vestbø <tor.arne.vestbo@digia.com> | 2013-10-18 17:12:15 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-25 18:54:39 +0200 |
commit | 5bd00073b814c080a70ded90472bd0e4f1d4157b (patch) | |
tree | b2f99c6542cb3911e33b1cc0bc29f4f81a0eddc1 /src/src.pro | |
parent | a9a306323061ae780631f0ca7d1ada7ac16dd32c (diff) | |
download | qtdeclarative-5bd00073b814c080a70ded90472bd0e4f1d4157b.tar.gz qtdeclarative-5bd00073b814c080a70ded90472bd0e4f1d4157b.tar.bz2 qtdeclarative-5bd00073b814c080a70ded90472bd0e4f1d4157b.zip |
Explicitly mark subdirs as host_builds in SUBDIRS template
Allows post-processing code to exclude recursing into host_build subdirs.
The alternative would be to have the SUBDIRS logic pre-parse the subdir
project to check if it's a host_build, but that might have a performance
impact, so it's better to leave the information explicit in the subdir
project file.
Change-Id: I468ceeaedce54b13bf672f82b9dcf04cc19d15e1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro index 758482304..fb61d49ed 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,3 +14,5 @@ SUBDIRS += \ plugins \ imports \ qmldevtools + +qmldevtools.CONFIG = host_build |