Doc: corrected error about path list separator

Task-number: QTBUG-48673
Change-Id: Id5b99c0dd778b55c937d345e49995086c5ef372e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Nico Vertriest 2015-11-03 12:59:29 +01:00
parent e22e8cee75
commit 1c01cfa077

View File

@ -3965,9 +3965,10 @@
\list 1 \list 1
\li In a directory listed in the \c QMAKEFEATURES environment variable that \li In a directory listed in the \c QMAKEFEATURES environment variable that
contains a colon-separated list of directories. contains a list of directories delimited by the platform's path list separator
(colon for Unix, semicolon for Windows).
\li In a directory listed in the \c QMAKEFEATURES property variable that \li In a directory listed in the \c QMAKEFEATURES property variable that
contains a colon-spearated list of directories. contains a list of directories delimited by the platform's path list separator.
\omit \omit
\li In a features directory beneath the project's root directory (where \li In a features directory beneath the project's root directory (where
the \c{.qmake.cache} file is generated). the \c{.qmake.cache} file is generated).
@ -3975,7 +3976,8 @@
\li In a features directory residing within a \c mkspecs directory. \li In a features directory residing within a \c mkspecs directory.
\c mkspecs directories can be located beneath any of the directories \c mkspecs directories can be located beneath any of the directories
listed in the \c QMAKEPATH environment variable that contains a listed in the \c QMAKEPATH environment variable that contains a
colon-separated list of directories. For example: list of directories delimited by the platform's path list separator.
For example:
\c{$QMAKEPATH/mkspecs/<features>}. \c{$QMAKEPATH/mkspecs/<features>}.
\li In a features directory residing beneath the directory provided by the \li In a features directory residing beneath the directory provided by the
\l{QMAKESPEC} environment variable. For example: \c{$QMAKESPEC/<features>}. \l{QMAKESPEC} environment variable. For example: \c{$QMAKESPEC/<features>}.