diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-05-06 12:46:38 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-05-06 12:54:27 (GMT) |
commit | 6629adee4741c3a72a83316671331ac996d046a5 (patch) | |
tree | 7e97231ab40da7756a3b1ab38d6c7e99464abc59 | |
parent | fb9603aa7edff0b16c8c34bf9e1f95ed259ea9bc (diff) | |
download | Qt-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>
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 1 |
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 |