qt5base-lts/qmake/generators
Friedemann Kleint 456236b8c8 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>
2011-11-04 17:46:49 +01:00
..
integrity Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
mac Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
symbian Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
unix Add CONFIG flag to use the compiler to generate makefile dependencies 2011-10-24 15:39:33 +02:00
win32 qmake: vcproj ignores subdirs that do "no_default_target". 2011-11-04 17:46:49 +01:00
makefile.cpp Added missing no_include_pwd check 2011-09-12 16:03:47 +02:00
makefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
makefiledeps.cpp Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' 2011-09-12 16:03:47 +02:00
makefiledeps.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00