Skip to content
Snippets Groups Projects
Commit 20538f13 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc - Add information about the binary option in a custom project wizard.

Reviewed-by: Friedemann Kleint
parent 52dd8c2d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment