diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-11-01 10:40:31 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-04 17:46:49 +0100 |
commit | 456236b8c8fb90ddbb7812a4bb200a37d2318757 (patch) | |
tree | 919ff8006a615895820f805fa3f05eaf43445150 /tests | |
parent | c46747df04659fa082638241b741985091a8511e (diff) |
qmake: vcproj ignores subdirs that do "no_default_target".
It's nicer to do:
SUBDIRS += foo
foo.CONFIG = no_default_target no_default_install
then to omit foo from SUBDIRS because a Makefile is still produced
but "make" and "make install" don't descend automatically.
The vcproj generator doesn't know about this. This patch gets it to
check for no_default_target and then it simply ignores the directory.
Change-Id: I127bea79143c101612afb0e9c6603d3b065c7c56
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions