From 20538f13efa8f0d1be08bc7148c6cc87ca8c9553 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Wed, 15 Sep 2010 10:51:55 +0200 Subject: [PATCH] Doc - Add information about the binary option in a custom project wizard. Reviewed-by: Friedemann Kleint --- doc/qtcreator.qdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 0f627f34a03..e76dd7c9785 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1986,6 +1986,7 @@ <files> <file source="main.cpp" openeditor="true" /> <file source="project.pro" target="%ProjectName%.pro" openproject="true" /> + <file source="icon.png" target="%ProjectName%.png" binary="true" /> \endcode \list @@ -1995,6 +1996,10 @@ \o \c openeditor indicates that the file is to be opened in an editor after the wizard has finished. + \o \c binary indicates that the file is a binary file (for example, an + image file). It is to be copied to the target folder as is. Placeholders + are not replaced with values. + \o \c target specifies the new filename for the file. The \c {%ProjectName%} variable is replaced with the string that users specify in the \gui Name field on the first page of the wizard. -- GitLab