diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-04-12 15:31:21 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-04-12 15:39:53 (GMT) |
commit | af36df4d9f1d000595cfc0dc04c2c0b7163c19a1 (patch) | |
tree | db2a12336eed73add3bdd2fcfc6f76b4347f1dad /doc | |
parent | e0e1c313bf332d180bca8fed033f4be46fadf1e7 (diff) | |
download | Qt-af36df4d9f1d000595cfc0dc04c2c0b7163c19a1.zip Qt-af36df4d9f1d000595cfc0dc04c2c0b7163c19a1.tar.gz Qt-af36df4d9f1d000595cfc0dc04c2c0b7163c19a1.tar.bz2 |
A bit saner suggestion
The docs should probably not suggest a permission level has so many
permissions that in practice nobody needs it (or can get it)
Diffstat (limited to 'doc')
-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] |