qt5base-lts/qmake
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
..
generators qmake: vcproj ignores subdirs that do "no_default_target". 2011-11-04 17:46:49 +01:00
cachekeys.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
CHANGES Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp qmake: Replace Q_WS_WIN by Q_OS_WIN 2011-10-21 12:34:50 +02:00
Makefile.unix Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
Makefile.win32 qsystemlibrary needs no special treatment 2011-09-12 16:03:47 +02:00
Makefile.win32-g++ Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
Makefile.win32-g++-sh Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
meta.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
meta.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
option.cpp find qt.conf more reliably 2011-09-12 18:25:54 +02:00
option.h Remove references to QT_INSTALL_DEMOS & DemosPath. 2011-07-06 13:29:44 +02:00
project.cpp Make qmake load default_pre.prf for each project, like default_post.prf 2011-07-21 20:40:51 +02:00
project.h inline resoveDepends() 2011-07-11 18:58:41 +02:00
property.cpp Remove references to QT_INSTALL_DEMOS & DemosPath. 2011-07-06 13:29:44 +02:00
property.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qmake_pch.h qmake: Replace Q_WS_WIN by Q_OS_WIN 2011-10-21 12:34:50 +02:00
qmake.pri add integrity gbuild to the project file for convenience 2011-11-04 17:40:16 +01:00
qmake.pro make the non-bootstrapped build work again 2011-07-11 15:50:59 +02:00