summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-08-26 08:13:13 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-03 09:38:31 (GMT)
commit0fc9791b4471f13eb5786689fd9b0ac134b69455 (patch)
tree70317bb7720372458312bd7e54535e0f20600a40 /doc/src/snippets
parentd3e2ba0afb720f9ab91a2264927ea5a232c4eef6 (diff)
downloadQt-0fc9791b4471f13eb5786689fd9b0ac134b69455.zip
Qt-0fc9791b4471f13eb5786689fd9b0ac134b69455.tar.gz
Qt-0fc9791b4471f13eb5786689fd9b0ac134b69455.tar.bz2
Doc: update description of qmake SUBDIRS variable
You can specify a relative path to a .pro file in any directory. Fixed a capitalization issue and a grammar issue and changed the visible text in a link target. Task-number: QTBUG-14139 Change-Id: Ib476bd400c46645709950c582492edcaaba9d7ed Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qtbase/31e665c7cd9b2edb25fa695bed9c528c95ad0c64)
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/code/doc_src_qmake-manual.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_qmake-manual.pro b/doc/src/snippets/code/doc_src_qmake-manual.pro
index ebe401d..b26a609 100644
--- a/doc/src/snippets/code/doc_src_qmake-manual.pro
+++ b/doc/src/snippets/code/doc_src_qmake-manual.pro
@@ -327,7 +327,8 @@ SOURCES = myclass.cpp \
#! [50]
SUBDIRS = kernel \
- tools
+ tools \
+ myapp
#! [50]