diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-02-28 17:24:37 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-03-01 17:52:19 (GMT) |
commit | 332988a37962224619748434f9dc426e3cf88a6d (patch) | |
tree | 76b99a8119b1847f7405ff4131e3138a4b8709ac /doc/src/development/qmake-manual.qdoc | |
parent | aa1e47a5a1a0978979e98f503cb44c85fc88dece (diff) | |
download | Qt-332988a37962224619748434f9dc426e3cf88a6d.zip Qt-332988a37962224619748434f9dc426e3cf88a6d.tar.gz Qt-332988a37962224619748434f9dc426e3cf88a6d.tar.bz2 |
un-document semicolon-splitting of INCLUDEPATH
i thought it was never documented, so i removed the functionality.
just one report so far, so i suppose it's ok to simply remove it
officially.
Task-number: QTBUG-17487
Reviewed-by: mariusSO
Diffstat (limited to 'doc/src/development/qmake-manual.qdoc')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 9a46ea8..9695d84 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1650,8 +1650,7 @@ \section1 INCLUDEPATH This variable specifies the #include directories which should be - searched when compiling the project. Use ';' or a space as the - directory separator. + searched when compiling the project. For example: |