2012-09-03 17:50:37 +02:00
|
|
|
\section2 Specifying Run Settings for Desktop Device Types
|
2011-09-27 11:55:44 +02:00
|
|
|
|
|
|
|
|
You can specify command line arguments to be passed to the executable
|
|
|
|
|
and the working directory to use. The working directory defaults to
|
|
|
|
|
the directory of the build result.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
For console applications, check the \uicontrol{Run in Terminal} check box.
|
2011-09-27 11:55:44 +02:00
|
|
|
If you need to run with special environment variables set up, you
|
|
|
|
|
also do it in the run configuration settings.
|
|
|
|
|
|
|
|
|
|
\image qtcreator-pprunsettings.png
|
|
|
|
|
|
2016-04-13 11:26:52 +02:00
|
|
|
When building an application, \QC creates a list of directories where the
|
|
|
|
|
linker will look for libraries that were built as part of the project. To
|
|
|
|
|
search those directories for libraries when starting an application, select
|
|
|
|
|
the \uicontrol {Add build library search path} check box. The linked
|
|
|
|
|
directories are made visible to the executable that \QC is attempting to
|
|
|
|
|
run. This option is enabled by default, and you should disable it only if
|
|
|
|
|
you use deployment steps.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
The \uicontrol {Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug)} option
|
2014-05-02 12:44:45 +02:00
|
|
|
(only available on OS X) enables you to debug (for example, step into)
|
2012-10-08 15:38:33 +02:00
|
|
|
linked frameworks, such as the Qt framework itself. You do not need this
|
2014-05-02 12:44:45 +02:00
|
|
|
option for debugging your application code.
|
2012-10-08 15:38:33 +02:00
|
|
|
|
2011-09-27 11:55:44 +02:00
|
|
|
You can also create custom executable run configurations where you
|
|
|
|
|
can set the executable to be run. For more information, see
|
|
|
|
|
\l{Specifying a Custom Executable to Run}.
|