diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 00:19:53 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 00:19:53 (GMT) |
commit | fde57b83333571aae33a660c16169a23ed96e6dd (patch) | |
tree | d2a9d930668ac9a63c0e242651ac2e8c093e9d1d /doc/src/snippets/code | |
parent | 3905f8a0801b0160bae3f6947678c4156d96e5dc (diff) | |
parent | 532c21c7fc0a4075fe691507ec17b3dea7e3c043 (diff) | |
download | Qt-fde57b83333571aae33a660c16169a23ed96e6dd.zip Qt-fde57b83333571aae33a660c16169a23ed96e6dd.tar.gz Qt-fde57b83333571aae33a660c16169a23ed96e6dd.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/doc_src_qmake-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_qmake-manual.qdoc b/doc/src/snippets/code/doc_src_qmake-manual.qdoc index d9e5d3c..5789662 100644 --- a/doc/src/snippets/code/doc_src_qmake-manual.qdoc +++ b/doc/src/snippets/code/doc_src_qmake-manual.qdoc @@ -886,7 +886,7 @@ TARGET.CAPABILITY += AllFiles //! [133] //! [134] -TARGET.CAPABILITY = ALL -TCB +TARGET.CAPABILITY = ALL -TCB -DRM -AllFiles //! [134] //! [135] |