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.
|
|
|
|
|
|
|
|
|
|
For console applications, check the \gui{Run in Terminal} check box.
|
|
|
|
|
If you need to run with special environment variables set up, you
|
|
|
|
|
also do it in the run configuration settings.
|
|
|
|
|
|
|
|
|
|
\image qtcreator-pprunsettings.png
|
|
|
|
|
|
2012-10-08 15:38:33 +02:00
|
|
|
The \gui {Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug)} option
|
|
|
|
|
(available on Mac OS, only) enables you to debug (for example, step into)
|
|
|
|
|
linked frameworks, such as the Qt framework itself. You do not need this
|
|
|
|
|
option for debugging your application code. If you select this option, a
|
|
|
|
|
crash might occur when debugging applications on Mac OS X Snow Leopard. For
|
|
|
|
|
more information, see
|
|
|
|
|
\l{Application Crashes when Debugging on Mac OS X Snow Leopard}.
|
|
|
|
|
|
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}.
|