2011-09-27 11:55:44 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2012-01-25 16:28:25 +01:00
|
|
|
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
2011-09-27 11:55:44 +02:00
|
|
|
**
|
2012-07-19 12:26:56 +02:00
|
|
|
** Contact: http://www.qt-project.org/
|
2011-09-27 11:55:44 +02:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
|
|
|
** file.
|
|
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
|
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
|
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\contentspage index.html
|
|
|
|
|
\previouspage creator-tool-chains.html
|
|
|
|
|
\page creator-run-settings.html
|
|
|
|
|
\nextpage creator-editor-settings.html
|
|
|
|
|
|
|
|
|
|
\title Specifying Run Settings
|
|
|
|
|
|
|
|
|
|
\QC automatically creates run configurations for your project.
|
|
|
|
|
To view and modify the settings, select \gui {Projects > Run}.
|
|
|
|
|
|
|
|
|
|
The settings to specify depend on the type of the project and on the build
|
|
|
|
|
target for the project.
|
|
|
|
|
|
|
|
|
|
Click \gui Add to add run settings for a project and \gui Remove to remove
|
|
|
|
|
the current settings.
|
|
|
|
|
|
|
|
|
|
\section1 Specifying Run Settings for qmake Projects
|
|
|
|
|
|
|
|
|
|
The run configurations for qmake projects derive their executable from the
|
|
|
|
|
parsed .pro files. For more information on how the commands are constructed,
|
|
|
|
|
see \l{Starting External Processes}.
|
|
|
|
|
|
|
|
|
|
\if defined(qcmanual)
|
|
|
|
|
\input projects/creator-projects-settings-run-desktop.qdocinc
|
2011-11-15 15:48:50 +01:00
|
|
|
\input projects/creator-projects-settings-run-analyze.qdocinc
|
2012-04-10 13:32:28 +02:00
|
|
|
\input projects/creator-projects-settings-run-debug.qdocinc
|
2011-09-27 11:55:44 +02:00
|
|
|
\input symbian/creator-projects-settings-run-symbian.qdocinc
|
2012-04-10 13:32:28 +02:00
|
|
|
\input linux-mobile/creator-projects-settings-run-linux.qdocinc
|
2012-06-29 07:23:13 +02:00
|
|
|
\input qnx/creator-projects-settings-run-qnx.qdocinc
|
2011-09-27 11:55:44 +02:00
|
|
|
\endif
|
|
|
|
|
|
|
|
|
|
\section1 Specifying a Custom Executable to Run
|
|
|
|
|
|
|
|
|
|
If you use CMake or the generic project type in \QC, or want
|
|
|
|
|
to run a custom desktop executable, create a \gui {Custom Executable}
|
|
|
|
|
run configuration for your project. For example, when working on a library,
|
|
|
|
|
you can run a test application that links against the library.
|
|
|
|
|
|
|
|
|
|
Specify the executable to run, command line arguments, working directory,
|
|
|
|
|
and environment variables to use.
|
|
|
|
|
|
|
|
|
|
\image qmldesigner-run-custom-exe.png "Run settings for custom executables"
|
|
|
|
|
|
|
|
|
|
\input qtquick/creator-projects-settings-run-qtquick.qdocinc
|
|
|
|
|
*/
|