Go to file
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
bin Fix regular expression when replacing headers 2011-11-03 10:04:56 +01:00
config.tests Add multipoint touch support for Harmattan to the xcb platform plugin. 2011-10-17 18:03:13 +02:00
dist Update changes file for tests and testlib. 2011-10-28 07:17:33 +02:00
doc/src Add file from qtdoc. 2011-10-31 20:34:10 +01:00
examples Reimplement GLTexture::failed() properly in GLRenderTargetCube 2011-10-31 20:34:43 +01:00
lib Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
mkspecs Revert "Fixed deployment problems with MSVC 2005 and 2008 SP1" 2011-11-04 12:37:27 +01:00
qmake qmake: vcproj ignores subdirs that do "no_default_target". 2011-11-04 17:46:49 +01:00
src Fix usage of QtConcurrent headers with -Wshadow -Werror 2011-11-04 15:58:17 +01:00
tests Re-enabled passing tests in tst_qvariant 2011-11-04 14:35:54 +01:00
tools Move a11y inspector from tools to util. 2011-10-20 02:31:45 +02:00
util Revert "Use standard spelling for two languages" 2011-11-04 12:37:27 +01:00
.gitattributes Added .tag file with Git revision. 2011-05-03 16:23:49 +02:00
.gitignore Update .gitignore 2011-10-03 05:58:44 +02:00
.gitmodules Add QtV8 library to QtBase 2011-08-29 10:16:01 +02:00
.tag Added .tag file with Git revision. 2011-05-03 16:23:49 +02:00
configure Append -W* configure flags to QMAKE_C*FLAGS_WARN_ON 2011-11-01 09:23:40 +01:00
configure.exe New configure.exe binary 2011-09-05 08:55:31 +02:00
header.BSD Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
header.FDL Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
header.LGPL Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
header.LGPL-ONLY Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
INSTALL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LGPL_EXCEPTION.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LICENSE.FDL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LICENSE.LGPL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LICENSE.PREVIEW.COMMERCIAL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtbase.pro Fix make confclean 2011-09-12 16:03:47 +02:00
sync.profile Remove uilib and QtUiTools from QtBase 2011-09-13 20:11:40 +02:00