summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_qmake-manual.qdoc
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-04-12 15:31:21 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-04-12 15:39:53 (GMT)
commitaf36df4d9f1d000595cfc0dc04c2c0b7163c19a1 (patch)
treedb2a12336eed73add3bdd2fcfc6f76b4347f1dad /doc/src/snippets/code/doc_src_qmake-manual.qdoc
parente0e1c313bf332d180bca8fed033f4be46fadf1e7 (diff)
downloadQt-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/src/snippets/code/doc_src_qmake-manual.qdoc')
-rw-r--r--doc/src/snippets/code/doc_src_qmake-manual.qdoc2
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]