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

Doc: selecting run environment in run settings


Change-Id: I02f2bc70733e03b9b340c37019fef5d6a7af6872
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent c3b6721a
No related branches found
No related tags found
No related merge requests found
doc/images/qtcreator-pprunsettings.png

29.8 KiB | W: | H:

doc/images/qtcreator-pprunsettings.png

31 KiB | W: | H:

doc/images/qtcreator-pprunsettings.png
doc/images/qtcreator-pprunsettings.png
doc/images/qtcreator-pprunsettings.png
doc/images/qtcreator-pprunsettings.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/qtcreator-run-environment.png

55.2 KiB

......@@ -170,7 +170,7 @@
\section1 Build Environment
You can specify the environment you want to use for building in the
\b{Build Environment} section. By default, the environment in which \QC
\gui {Build Environment} section. By default, the environment in which \QC
was started is used and modified to include the Qt version.
Depending on the selected Qt version, \QC automatically sets the
necessary environment variables. You can edit existing environment
......
......@@ -53,6 +53,28 @@
\include qnx/creator-projects-settings-run-qnx.qdocinc
\endif
\section1 Selecting the Run Environment
\QC automatically selects the environment used for running the application
based on the device type. You can edit the environment or select another
environment in the \gui {Run Environment} section.
You can edit existing environment variables or add, reset and unset new
variables.
\image qtcreator-run-environment.png "Run Environment section"
When running on the desktop, the \gui {Build Environment} is used by
default, but you can also use the \gui {System Environment} without the
additions made to the build environment. For more information, see
\l {Build Environment}.
To run in a clean system environment, select \gui {Clean Environment}.
When running on a mobile device connected to the development host, \QC
fetches information about the \gui {Device Environment} from the device.
Usually, it does not make sense to edit the device environment.
\section1 Specifying a Custom Executable to Run
If you use CMake or the generic project type in \QC, or want
......
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