Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-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
Marco Bubke
flatpak-qt-creator
Commits
2aeab2a2
"src/plugins/designer/codemodelhelpers.h" did not exist on "cf11b696431d26920f54598c8f03f0a5cf822ffa"
Commit
2aeab2a2
authored
14 years ago
by
Leena Miettinen
Browse files
Options
Downloads
Patches
Plain Diff
Doc - Add information about using command line options.
Reviewed-by: hjk
parent
9fc20bf7
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
+94
-1
94 additions, 1 deletion
doc/qtcreator.qdoc
with
94 additions
and
1 deletion
doc/qtcreator.qdoc
+
94
−
1
View file @
2aeab2a2
...
...
@@ -127,6 +127,7 @@
\o \l{Using the Maemo Emulator}
\o \l{Using Version Control Systems}
\o \l{Creating Task List Files}
\o \l{Using Command Line Options}
\o \l{Getting Help}
\o \l{Tips and Tricks}
\o \l{Keyboard Shortcuts}
...
...
@@ -4403,6 +4404,7 @@
/*!
\contentspage index.html
\previouspage creator-developing-symbian.html
\page creator-project-managing-sessions.html
\nextpage creator-project-wizards.html
...
...
@@ -5571,6 +5573,7 @@
\contentspage index.html
\previouspage creator-project-cmake.html
\page creator-project-generic.html
\nextpage creator-developing-maemo.html
\title Setting Up a Generic Project
...
...
@@ -7294,7 +7297,7 @@
\contentspage index.html
\previouspage creator-version-control.html
\page creator-task-lists.html
\nextpage creator-
help
.html
\nextpage creator-
cli
.html
\title Creating Task List Files
...
...
@@ -7343,3 +7346,93 @@
Lines starting with the hash mark character (#) in the first column are ignored.
*/
/*!
\contentspage index.html
\previouspage creator-task-lists.html
\page creator-cli.html
\nextpage creator-help.html
\title Using Command Line Options
You can start Qt Creator and specify some options from the command line.
To specify command line options, enter the following command in the Qt Creator
installation or build directory:
\c {qtcreator [option] [filename]}
For example:
\c {C:\qtcreator-2.1\bin>qtcreator -help}
The following table summarizes the available options:
\table
\header
\o Option
\o Description
\row
\o -help
\o Display help on command line options.
\row
\o -version
\o Display Qt Creator version.
\row
\o -client
\o Attempt to connect to an already running instance of Qt Creator.
\row
\o -noload <plugin>
\o Do not load the specified plugin.
\row
\o -profile
\o Load profile plugin.
\row
\o -color <color>
\o Core plugin: override the selected UI color.
\row
\o -disable-cdb
\o Debugger plugin: disable the Microsoft Console Debugger (CDB)
engine. For more information, see \l{Debugging}.
\row
\o -disable-gdb
\o Debugger plugin: disable the GNU Symbolic Debugger (gdb) engine.
\row
\o -disable-sdb
\o Debugger plugin: disable the Qt Script debugger engine.
\row
\o -debug <PID-or-corefile>
\o Debugger plugin: attach to process ID or core file.
\row
\o -wincrashevent <event-handle>
\o Debugger plugin: Attach to crashed processes by using the specified
event handle.
\row
\o -customwizard-verbose
\o ProjectExplorer plugin: display additional information when loading
custom wizards. For more information about custom wizards, see
\l{Adding New Custom Wizards}
\row
\o -lastsession
\o ProjectExplorer plugin: load the last session when Qt Creator starts.
Open the projects and files that were open when you last exited Qt Creator.
For more information about managing sessions, see \l{Managing Sessions}.
\endtable
*/
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