diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 0f627f34a0311ec0f8ae07df38ea6ecad1ff3c2c..e76dd7c9785b35b71a62c9b1660d10740d9d73bf 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.