aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-02-04 12:24:11 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-02-05 13:29:37 +0000
commit96e3f258d634030e6f096f39eb7ed83b6b75dc4a (patch)
tree3e578c95b18dd6ca4e5f7054750bc04f2f5f655e /doc
parente4de40127ff732df52f57d65ea6b88f767410850 (diff)
JsonWizard: Document isBinary flag for the file generator
Task-number: QTCREATORBUG-13930 Change-Id: I3294919f83f0f4f3ee7e4473db7c1336f730c076 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-custom-wizards-json.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/projects/creator-projects-custom-wizards-json.qdoc b/doc/src/projects/creator-projects-custom-wizards-json.qdoc
index 6cb14c6d2d..6b48ab1cfb 100644
--- a/doc/src/projects/creator-projects-custom-wizards-json.qdoc
+++ b/doc/src/projects/creator-projects-custom-wizards-json.qdoc
@@ -308,6 +308,10 @@
\li \c openAsProject opens the project file in \QC if it
is set to \c{true}.
+ \li \c isBinary treats the file as a binary and prevents
+ replacements from being done in the file if set to
+ \c true.
+
\li \c condition generates the file if the condition
returns \c{true}. For more information, see
\l{Using Variables in Wizards}.