qt5base-lts/qmake/generators/win32
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
..
borland_bmake.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
borland_bmake.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
mingw_make.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
mingw_make.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msbuild_objectmodel.cpp qmake: fix incrementalLinker option writing for vcxproj 2011-10-14 19:42:32 +02:00
msbuild_objectmodel.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_nmake.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_nmake.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_objectmodel.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_objectmodel.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_vcproj.cpp qmake: vcproj ignores subdirs that do "no_default_target". 2011-11-04 17:46:49 +01:00
msvc_vcproj.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_vcxproj.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
msvc_vcxproj.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
winmakefile.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
winmakefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00