summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-05-06 12:46:38 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-05-06 12:54:27 (GMT)
commit6629adee4741c3a72a83316671331ac996d046a5 (patch)
tree7e97231ab40da7756a3b1ab38d6c7e99464abc59 /doc/src
parentfb9603aa7edff0b16c8c34bf9e1f95ed259ea9bc (diff)
downloadQt-6629adee4741c3a72a83316671331ac996d046a5.zip
Qt-6629adee4741c3a72a83316671331ac996d046a5.tar.gz
Qt-6629adee4741c3a72a83316671331ac996d046a5.tar.bz2
Doc - mention vcsubdirs as a possible value for TEMPLATE
It is usually the result of using subdirs in the .pro file and then using -tp vc to turn it into vcsubdirs. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/development/qmake-manual.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index 688122b..c63e96c 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -347,6 +347,7 @@
\row \o vcapp \o Creates a Visual Studio Project file to build
an application.
\row \o vclib \o Creates a Visual Studio Project file to build a library.
+ \row \o vcsubdirs \o Creates a Visual Studio Solution file to build projects in sub-directories.
\endtable
See the \l{qmake Tutorial} for advice on writing project files for