diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-09-22 11:54:29 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-09-22 11:54:29 (GMT) |
commit | bed1c8091e5ee5287a2587874840eadcf2b3b5f8 (patch) | |
tree | 4e14a97c4b3e9095ef36b96f93fc438749de00e5 /doc/src/development | |
parent | c5c6f2beba424f657f9ab9c2dd445b19f93da614 (diff) | |
download | Qt-bed1c8091e5ee5287a2587874840eadcf2b3b5f8.zip Qt-bed1c8091e5ee5287a2587874840eadcf2b3b5f8.tar.gz Qt-bed1c8091e5ee5287a2587874840eadcf2b3b5f8.tar.bz2 |
Doc: Added a note to qmake INSTALLS docs
Task-number: QTBUG-3171
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index f4becf8..754b8ad 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1602,6 +1602,9 @@ \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 36 + Note that \c qmake will skip files that are executable. If you need to install + executable files, you can unset the files' executable flags. + \target LEXIMPLS \section1 LEXIMPLS |