Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
20538f13
Commit
20538f13
authored
14 years ago
by
Leena Miettinen
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+5
-0
5 additions, 0 deletions
doc/qtcreator.qdoc
with
5 additions
and
0 deletions
doc/qtcreator.qdoc
+
5
−
0
View file @
20538f13
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment