diff options
| author | Liang Qi <liang.qi@nokia.com> | 2011-09-02 13:19:53 (GMT) |
|---|---|---|
| committer | Liang Qi <liang.qi@nokia.com> | 2011-09-02 13:19:53 (GMT) |
| commit | 4e0ec071d3d4ac6142ac7542f98b6dd9c827e6de (patch) | |
| tree | 1b1326d4fcc0732430f0d8dba11208c26b9151a0 /doc/src | |
| parent | aae54d0dd60ca7ac5c2b013cb2f1e5365cd9855e (diff) | |
| parent | cac60dcca5b4632173a8fe76a78cd2ec9bea5873 (diff) | |
| download | Qt-4e0ec071d3d4ac6142ac7542f98b6dd9c827e6de.zip Qt-4e0ec071d3d4ac6142ac7542f98b6dd9c827e6de.tar.gz Qt-4e0ec071d3d4ac6142ac7542f98b6dd9c827e6de.tar.bz2 | |
Merge remote-tracking branch 'origin/4.8'
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/development/qmake-manual.qdoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index cb9c1b9..0f85469 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1184,6 +1184,10 @@ Any rules you define will be added after automatically generated rules in each section. + \note Content specified using \c BLD_INF_RULES is inserted as-is into the \c bld.inf + file, so any rules that specify host side paths may not work correctly when doing + a shadow build. + \target CONFIG \section1 CONFIG @@ -1521,6 +1525,10 @@ override languages statement, you must override also package-header statement and all other statements which are language specific. + \note Custom deployments specified using \c pkg_postrules are inserted + as-is into the \c PKG file, so any rules that specify host side paths may not + work correctly when doing a shadow build. + On the Symbian platform, three separate PKG files are generated: \list @@ -1911,6 +1919,10 @@ \c TARGET.EPOCSTACKSIZE. Doing so could result in duplicate statements in the MMP file. + \note Content specified using \c MMP_RULES is inserted as-is into the \c MMP + file, so any rules that specify host side paths may not work correctly when doing + a shadow build. + \target MOC_DIR \section1 MOC_DIR |
