forked from qt-creator/qt-creator
Doc: Add more topics to \ingroup creator-how-to-manage-kits
- Add links to the kit management topics from other topics - Always use \l{Kits} to link to Preferences > Kits This has lived a little, as I've changed the category names Change-Id: Ibcb137824a23bfe7e320a215eb461f689c43db77 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -519,5 +519,5 @@
|
||||
The \l {Application Output} view shows some information even if the
|
||||
Performance Analyzer displays error messages.
|
||||
|
||||
\sa {Analyze}{How To: Analyze}, {Analyzers}, {Analyzing Code}
|
||||
\sa {Analyze}{How To: Analyze}, {Analyzers}, {Analyzing Code}, {Kits}
|
||||
*/
|
||||
|
@@ -151,5 +151,5 @@
|
||||
is especially useful when viewing large trace files that are difficult to
|
||||
visualize using the built-in trace-viewer (\c{chrome://tracing}).
|
||||
|
||||
\sa {Analyze}{How To: Analyze}, {Analyzers}
|
||||
\sa {Activate kits for a project}, {Analyze}{How To: Analyze}, {Analyzers}
|
||||
*/
|
||||
|
@@ -392,7 +392,7 @@
|
||||
\image qtcreator-valgrind-remote-settings.png {Start Remote Analysis dialog}
|
||||
|
||||
\li Select the application to run and analyze, as well as the
|
||||
\l{glossary-buildandrun-kit}{kit} to use.
|
||||
\l{Kits}{kit} to use.
|
||||
|
||||
\endlist
|
||||
|
||||
|
@@ -149,8 +149,7 @@
|
||||
building Qt from \c modules/Core.json and uses it instead of the version
|
||||
in \c sdk_definitions.json.
|
||||
|
||||
\sa {Android}{How To: Develop for Android},
|
||||
{Developing for Android}
|
||||
\sa {Android}{How To: Develop for Android}, {Developing for Android}, {Kits}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for running applications on Android devices.
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
@@ -66,5 +66,5 @@
|
||||
\endcode
|
||||
|
||||
\sa {Activate kits for a project}, {Configure projects for running},
|
||||
{Android}{How To: Develop for Android}
|
||||
{Android}{How To: Develop for Android}, {Kits}
|
||||
*/
|
||||
|
@@ -499,6 +499,6 @@
|
||||
To add a permission, select it from the list, and then click \uicontrol Add.
|
||||
|
||||
\sa {Build and Run}{How To: Build and Run},
|
||||
{Android}{How To: Develop for Android}, {Android Run Settings}
|
||||
{Android}{How To: Develop for Android}, {Android Run Settings}, {Kits}
|
||||
*/
|
||||
|
||||
|
@@ -153,5 +153,5 @@
|
||||
{Remote Linux}{How To: Develop for remote Linux},
|
||||
{Run on many platforms}, {Debugging}, {Debuggers}, {Debugger},
|
||||
{Developing for \B2Q Devices}, {Developing for Remote Linux Devices},
|
||||
{Profiling QML Applications}
|
||||
{Profiling QML Applications}, {Kits}
|
||||
*/
|
||||
|
@@ -71,7 +71,8 @@
|
||||
|
||||
The available settings depend on the debug server provider.
|
||||
|
||||
\sa {Enable and disable plugins}, {Bare Metal}{How To: Develop for Bare Metal}
|
||||
\sa {Add kits}, {Enable and disable plugins},
|
||||
{Bare Metal}{How To: Develop for Bare Metal}
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -296,6 +297,7 @@
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\ingroup creator-how-to-bare-metal
|
||||
\ingroup creator-how-to-manage-kits
|
||||
|
||||
\title Add Bare Metal devices
|
||||
|
||||
|
@@ -11,15 +11,15 @@
|
||||
|
||||
\brief Settings for building applications with CMake.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
Configuring medium-sized to large CMake projects in \QC can be a
|
||||
challenge due to the number of variables that you need to pass to
|
||||
CMake to configure the project correctly. To make this easier,
|
||||
\QC creates an initial configuration for you based on the kit
|
||||
settings and displays it in \uicontrol {Initial Configuration} in
|
||||
\QC creates an initial configuration for you based on the \l{Kits}
|
||||
{kit preferences} and displays it in \uicontrol {Initial Configuration} in
|
||||
the \uicontrol {Build Settings} of the project.
|
||||
Or, you can use CMake presets to configure CMake.
|
||||
|
||||
|
@@ -133,12 +133,13 @@
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\ingroup creator-how-to-build-with-cmake
|
||||
\ingroup creator-how-to-manage-kits
|
||||
|
||||
\title Add CMake tools
|
||||
|
||||
\QC automatically detects the CMake executable that you specify in the
|
||||
\c PATH. You can add paths to other CMake executables and use them in
|
||||
different build and run \l{glossary-buildandrun-kit}{kits}.
|
||||
different build and run \l{Kits}{kits}.
|
||||
|
||||
To see the CMake installations that \QC automatically detects:
|
||||
|
||||
@@ -183,8 +184,8 @@
|
||||
|
||||
\image qtcreator-kits-cmake.png {Kits preferences}
|
||||
|
||||
\sa {Build with CMake}{How To: Build with CMake}, {CMake}, {Add kits},
|
||||
{kits-tab}{Kits}
|
||||
\sa {Build with CMake}{How To: Build with CMake},
|
||||
{Manage Kits}{How To: Manage Kits}, {CMake}, {Kits}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for building applications with the Conan package manager.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
@@ -30,5 +30,5 @@
|
||||
Select \uicontrol {Build missing} to build packages from source if binary
|
||||
packages are not found.
|
||||
|
||||
\sa {Conan Package Manager}
|
||||
\sa {Activate kits for a project}, {Conan Package Manager}
|
||||
*/
|
||||
|
@@ -58,7 +58,7 @@
|
||||
\endtable
|
||||
|
||||
The debugger plugin automatically selects a suitable native debugger for
|
||||
each \l{kits-tab}{kit} from the ones found on the computer. The automatic
|
||||
each \l{Kits}{kit} from the ones found on the computer. The automatic
|
||||
setup fails if the native debugger is not installed on the computer or
|
||||
if \QC does not support the installed version.
|
||||
|
||||
@@ -148,5 +148,5 @@
|
||||
|
||||
\image qtcreator-run-settings-python.webp {Run settings for a Python project}
|
||||
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}, {Kits}
|
||||
*/
|
||||
|
@@ -29,7 +29,7 @@
|
||||
\section1 Setting Up the Debugger
|
||||
|
||||
The debugger plugin automatically selects a suitable native debugger for
|
||||
each \l{kits-tab}{kit} from the ones found on your system. You can select
|
||||
each \l{Kits}{kit} from the ones found on your system. You can select
|
||||
another kit. To specify the debugger and compiler to use for each kit, go to
|
||||
\preferences > \uicontrol Kits.
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
\l{Debugging a Qt Quick Application}.
|
||||
|
||||
\sa {Debugging a C++ Application}, {Debug}{How To: Debug}, {Debuggers},
|
||||
{Debugger}
|
||||
{Debugger}, {Kits}
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -301,7 +301,7 @@
|
||||
\title Start and debug an external application
|
||||
|
||||
To debug any executable on your local or on a remote
|
||||
machine without using a project, specify a build and run kit that
|
||||
machine without using a project, specify a build and run \l{Kits}{kit} that
|
||||
identifies the device to debug the application on.
|
||||
|
||||
While the \e{start external} debugger mode does not strictly require a
|
||||
@@ -342,7 +342,8 @@
|
||||
configuration to use.
|
||||
\endlist
|
||||
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}
|
||||
\sa {Activate kits for a project}, {Debug}{How To: Debug}, {Debugging},
|
||||
{Debuggers}, {Debugger}
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -406,7 +407,8 @@
|
||||
process to start.
|
||||
\endlist
|
||||
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}
|
||||
\sa {Activate kits for a project}, {Debug}{How To: Debug}, {Debugging},
|
||||
{Debuggers}, {Debugger}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -281,6 +281,6 @@
|
||||
updated in the running application, but not in the source code.
|
||||
|
||||
\if defined(qtcreator)
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}
|
||||
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}, {Kits}
|
||||
\endif
|
||||
*/
|
||||
|
@@ -250,8 +250,8 @@
|
||||
To disable the embedded code model and use \QMLLS for everything,
|
||||
select \uicontrol {Use \QMLLS advanced features}.
|
||||
|
||||
Also, \QC tries to use \QMLLS shipped with
|
||||
the Qt version in your current kit. To override that behavior and always use
|
||||
Also, \QC tries to use \QMLLS shipped with the Qt version in your current
|
||||
\l{Kits}{kit}. To override that behavior and always use
|
||||
\QMLLS of the highest registered Qt version, select
|
||||
\uicontrol {Use \QMLLS from latest Qt version}.
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
> \uicontrol {Initial Configuration}.
|
||||
|
||||
\sa {Manage Language Servers}{How To: Manage Language Servers},
|
||||
{Enabling and Disabling Messages}, {CMake Build Configuration},
|
||||
{Enabling and Disabling Messages}, {CMake Build Configuration}, {Kits}
|
||||
{Language Servers}
|
||||
*/
|
||||
|
||||
|
@@ -41,7 +41,7 @@
|
||||
instructions to install \QC.
|
||||
|
||||
To develop with Qt, you also need a Qt version. You can register Qt versions
|
||||
in the stand-alone \QC to use them in \l{kits-tab}{kits}.
|
||||
in the stand-alone \QC to use them in \l{Kits}{kits}.
|
||||
|
||||
\section2 Use package managers
|
||||
|
||||
@@ -89,5 +89,5 @@
|
||||
{Compiling \QC} and \l{https://wiki.qt.io/Building_Qt_Creator_from_Git}
|
||||
{Building Qt Creator from Git}.
|
||||
|
||||
\sa {Register installed Qt versions}
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Register installed Qt versions}
|
||||
*/
|
||||
|
@@ -53,8 +53,8 @@
|
||||
This also enables code completion of QML code and removes error messages.
|
||||
|
||||
The following example illustrates how to specify the import path for qmake
|
||||
projects so that it works when switching between build and run kits for
|
||||
different target platforms:
|
||||
projects so that it works when switching between build and run \l{Kits}{kits}
|
||||
for different target platforms:
|
||||
|
||||
\code
|
||||
TEMPNAME = $${QMAKE_QMAKE}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
\brief Build and clean steps for Incredibuild.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
|
@@ -147,7 +147,8 @@
|
||||
If the current device state is \uicontrol Connected, (the traffic light icon is
|
||||
orange), you need to configure the device using Xcode.
|
||||
|
||||
\sa {iOS}{How To: Develop for iOS}, {Developing for iOS}
|
||||
\sa {Activate kits for a project}, {iOS}{How To: Develop for iOS},
|
||||
{Developing for iOS}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -34,6 +34,6 @@
|
||||
Debugging works transparently if GDB server is installed on the device and
|
||||
it is compatible with the GDB on the host.
|
||||
|
||||
\sa {Remote Linux}{How To: Develop for remote Linux}, {Run on many platforms}, {Compilers},
|
||||
{Embedded Platforms}, {kit-preferences}{Kits}
|
||||
\sa {Remote Linux}{How To: Develop for remote Linux},
|
||||
{Run on many platforms}, {Compilers}, {Embedded Platforms}, {Kits}
|
||||
*/
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for running applications on \B2Q devices.
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
host and on the device.
|
||||
|
||||
\sa {\B2Q}{How To: Develop for \B2Q}, {Manage Kits}{How To: Manage Kits},
|
||||
{Configure projects for running}, {kits-tab}{Kits},
|
||||
{Configure projects for running}, {Kits},
|
||||
{\B2Q Deploy Configuration}
|
||||
*/
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for running applications on Linux-based devices.
|
||||
|
||||
Specify run settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify run settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Run >
|
||||
\uicontrol {Run Settings}.
|
||||
|
||||
@@ -37,6 +37,6 @@
|
||||
Select the \uicontrol {Forward to local display} check box to show a remotely
|
||||
running X11 client on a local display.
|
||||
|
||||
\sa {Activate kits for a project}, {Configure projects for running}, {kits-tab}{Kits},
|
||||
\sa {Activate kits for a project}, {Configure projects for running}, {Kits},
|
||||
{Remote Linux}{How To: Develop for remote Linux}
|
||||
*/
|
||||
|
@@ -181,6 +181,7 @@
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\ingroup creator-how-to-mcu
|
||||
\ingroup creator-how-to-manage-kits
|
||||
|
||||
\title Manage MCU Kits
|
||||
|
||||
@@ -209,7 +210,7 @@
|
||||
software required for MCU development with the current kit.
|
||||
|
||||
\sa {Enable and disable plugins}, {MCUs}{How To: Develop for MCUs},
|
||||
{Developing for MCUs}
|
||||
{Manage Kits}{How To: Manage Kits}, {Developing for MCUs}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
\brief Settings for building applications with Meson.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
\QC automatically detects the Meson and Ninja executables specified in the
|
||||
\c PATH. You can add paths to other Meson or Ninja executables and use them
|
||||
in different build and run \l{glossary-buildandrun-kit}{kits}.
|
||||
in different build and run \l{Kits}{kits}.
|
||||
|
||||
\note Enable the Meson plugin to use it.
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
\image qtcreator-kits-meson.png "Setting Meson executable in Kit preferences"
|
||||
|
||||
For more information, see \l {kits-tab}{Kits}.
|
||||
For more information, see \l {Kits}.
|
||||
|
||||
\section1 Editing Meson Build Descriptions
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
However, if you install the stand-alone \QC package, build \QC from sources,
|
||||
or install several Qt versions, you may need to tell \QC where to find the
|
||||
Qt versions and compilers by adding the paths to them and by creating
|
||||
\l{glossary-buildandrun-kit}{kits} that use them.
|
||||
\l{Kits}{kits} that use them.
|
||||
|
||||
To make \QC behave more like your favorite code editor or IDE,
|
||||
change the preferences for keyboard shortcuts, color schemes, generic
|
||||
|
@@ -50,7 +50,7 @@
|
||||
\li \b {\l{Building and Running an Example}}
|
||||
|
||||
To check that \l{https://www.qt.io/download-qt-installer}
|
||||
{\QOI} created \l{glossary-buildandrun-kit}
|
||||
{\QOI} created \l{Kits}
|
||||
{build and run kits}, open an example application and run it.
|
||||
If you have not done so before, go to
|
||||
\l{Building and Running an Example}.
|
||||
|
@@ -570,7 +570,7 @@
|
||||
\li Open project
|
||||
\li Ctrl+Shift+O
|
||||
\row
|
||||
\li Select the \l{glossary-buildandrun-kit}{kit} to build and run your project with
|
||||
\li Select the \l{Kits}{kit} to build and run your project with
|
||||
\li Ctrl+T
|
||||
\row
|
||||
\li Run
|
||||
|
@@ -181,7 +181,7 @@
|
||||
|
||||
Run and deploy Qt applications that you build for different target
|
||||
platforms or with different compilers, debuggers, or Qt versions.
|
||||
\l{glossary-buildandrun-kit}{Kits} define the tools, \l{glossary-device}
|
||||
\l{Kits} define the tools, \l{glossary-device}
|
||||
{device} type and other settings to use when building and running your
|
||||
project.
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for building applications with qmake.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit}
|
||||
Specify build settings for the selected \l{Kits}{kit}
|
||||
in \uicontrol Projects > \uicontrol {Build & Run}
|
||||
> \uicontrol Build > \uicontrol {Build Settings}.
|
||||
|
||||
|
@@ -39,5 +39,5 @@
|
||||
|
||||
To remove the selected property, select \uicontrol Remove.
|
||||
|
||||
\sa {Activate kits for a project}, {Add kits}, {kits-tab}{Kits}
|
||||
\sa {Activate kits for a project}, {Add kits}, {Kits}
|
||||
*/
|
||||
|
@@ -51,7 +51,7 @@
|
||||
(4) to list examples that you can run on \B2Q devices.
|
||||
|
||||
\li In \uicontrol {Configure Project}, select
|
||||
\l{glossary-buildandrun-kit}{kits} for building the example for the
|
||||
\l{Kits}{kits} for building the example for the
|
||||
target platforms.
|
||||
|
||||
\image qtcreator-configure-project.webp {Configure Project view}
|
||||
|
@@ -16,7 +16,7 @@
|
||||
\title Build for many platforms
|
||||
|
||||
You can build applications for many target platforms, or using different
|
||||
compilers, debuggers or Qt versions. \l{glossary-buildandrun-kit}{Kits}
|
||||
compilers, debuggers or Qt versions. \l{Kits}
|
||||
define the tools, \l{glossary-device}{device} type, and other settings to use.
|
||||
|
||||
By default, when you run the application, you
|
||||
@@ -34,9 +34,8 @@
|
||||
\list 1
|
||||
|
||||
\li Select the \uicontrol {Build and Run Kit Selector} icon or go to
|
||||
\uicontrol Build > \uicontrol {Open Build and Run Kit Selector} to select the
|
||||
build and run \l{glossary-buildandrun-kit}{kit} or an
|
||||
\l{Manage AVDs}{Android device}.
|
||||
\uicontrol Build > \uicontrol {Open Build and Run Kit Selector} to
|
||||
select the build and run kit or an \l{Manage AVDs}{Android device}.
|
||||
|
||||
\image qtcreator-kit-selector.webp {Kit selector}
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
You can develop Qt applications on several 32-bit and 64-bit platforms.
|
||||
Usually, you can build Qt applications on each platform with GCC, a
|
||||
vendor-supplied compiler, or a third party compiler. In \QC, a
|
||||
\l{glossary-buildandrun-kit}{kit} specifies the compiler and other
|
||||
\l{Kits}{kit} specifies the compiler and other
|
||||
necessary tools for building an application for and running it on a
|
||||
particular platform.
|
||||
|
||||
|
@@ -63,7 +63,7 @@
|
||||
|
||||
To test applications on \l{glossary-device}{devices}, you can install
|
||||
toolchains for mobile and embedded development as part of Qt distributions.
|
||||
The installers create \l{glossary-buildandrun-kit}{kits} and specify build
|
||||
The installers create \l{Kits}{kits} and specify build
|
||||
and run settings for the installed device types. However, you might need to
|
||||
install and configure some additional software on the devices to be able to
|
||||
\l{Develop for Devices}{connect} to them from the computer.
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
To create a new project, select \uicontrol File > \uicontrol{New Project} and
|
||||
select the type of your project. The contents of the wizard dialogs depend
|
||||
on the project type and the \l{glossary-buildandrun-kit}{kits} that you
|
||||
on the project type and the \l{Kits}{kits} that you
|
||||
select in the \uicontrol {Kit Selection} dialog. Follow the instructions of
|
||||
the wizard.
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
debugger of the low level virtual machine (LLVM) project, LLDB.
|
||||
|
||||
The debugger plugin automatically selects a suitable native debugger for
|
||||
each \l{glossary-buildandrun-kit}{kit} from the ones found on your system.
|
||||
each \l{Kits}{kit} from the ones found on your system.
|
||||
To override this choice, select \preferences > \uicontrol Kits.
|
||||
|
||||
To add debuggers:
|
||||
|
@@ -45,7 +45,7 @@
|
||||
\li Select \uicontrol Add to start from an empty kit or \uicontrol Clone
|
||||
to clone the selected kit and edit its preferences.
|
||||
\image qtcreator-kits.png
|
||||
\li Set \l{kits-tab}{kit preferences} according to the build system and
|
||||
\li Set \l{Kits}{kit preferences} according to the build system and
|
||||
device type.
|
||||
|
||||
\li Select \uicontrol OK to create the kit.
|
||||
@@ -58,8 +58,7 @@
|
||||
choose the kit to use. To set the selected kit as the default kit,
|
||||
select \uicontrol {Make Default}.
|
||||
|
||||
\sa {Activate kits for a project}, {Add debuggers}, {Add Qt versions},
|
||||
{Open projects}, {Compilers}, {kits-tab}{Kits}
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Compilers}, {Kits}
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -214,7 +213,6 @@
|
||||
\uicontrol Manage to add installed Ninja tools to the list.
|
||||
\endtable
|
||||
|
||||
\sa {Activate kits for a project}, {Open projects}, {Add CMake Tools},
|
||||
{Add compilers}, {Add debuggers}, {Add kits}, {Add Qt versions},
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Add CMake Tools},
|
||||
{Edit Qbs profiles}
|
||||
*/
|
||||
|
@@ -20,7 +20,7 @@
|
||||
\note Enable the Nim plugin to use Nimble and Nim.
|
||||
|
||||
In addition, you have to download and install Nim and set up a
|
||||
\l {glossary-buildandrun-kit}{kit} that contains the Nim compiler.
|
||||
\l {Kits}{kit} that contains the Nim compiler.
|
||||
|
||||
You can use wizards to create Nim and Nimble projects.
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\ingroup creator-how-to-projects-configure
|
||||
\ingroup creator-how-to-manage-kits
|
||||
|
||||
\title Open projects
|
||||
|
||||
@@ -64,7 +65,7 @@
|
||||
|
||||
\list 1
|
||||
\li In \uicontrol {Configure Project}, select
|
||||
\l{glossary-buildandrun-kit}{kits} for building
|
||||
\l{Kits}{kits} for building
|
||||
and running your project.
|
||||
\image qtcreator-configure-project.webp {Configure Project view}
|
||||
\li Select \uicontrol {Configure Project}.
|
||||
@@ -112,5 +113,5 @@
|
||||
later. Select the \inlineimage icons/pin.png
|
||||
(\uicontrol Pin) button to pin the progress bar back to the toggle button.
|
||||
|
||||
\sa {Activate kits for a project}, {Add kits}, {kits-tab}{Kits},
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Kits},
|
||||
*/
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for building applications with Qbs.
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
\title Configure projects for building
|
||||
|
||||
Specify build settings for the selected \l{glossary-buildandrun-kit}{kit} in
|
||||
Specify build settings for the selected \l{Kits}{kit} in
|
||||
\uicontrol Projects > \uicontrol {Build & Run} > \uicontrol Build >
|
||||
\uicontrol {Build Settings}.
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
When you install Qt for a development or target platform, such as Linux,
|
||||
\macos, Windows, Android or QNX, \l{https://www.qt.io/download-qt-installer}
|
||||
{\QOI} creates \l{glossary-buildandrun-kit}{kits} for the development targets.
|
||||
{\QOI} creates \l{Kits}{kits} for the development targets.
|
||||
|
||||
Select the kits to use for a project in the \uicontrol {Configure Projects}
|
||||
view when you open the project for the first time. At least one kit must be
|
||||
@@ -65,7 +65,7 @@
|
||||
\section1 Specifying Run Settings
|
||||
|
||||
The run settings to specify depend on the type of the project and on the
|
||||
\l{kits-tab}{Run device} that you select for the kit.
|
||||
\l{Kits}{Run device} that you select for the kit.
|
||||
|
||||
\QC automatically creates deploy and run configurations for your project.
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\ingroup creator-how-to-projects-configure
|
||||
\ingroup creator-how-to-manage-kits
|
||||
|
||||
\title Activate kits for a project
|
||||
|
||||
@@ -175,5 +176,5 @@
|
||||
might still see them listed for existing projects. You can copy the build,
|
||||
deploy, and run steps from them to other kits.
|
||||
|
||||
\sa {Add kits}, {Configuring Projects}, {kits-tab}{Kits}
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Configuring Projects}, {Kits}
|
||||
*/
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
\title Specify Valgrind settings for a project
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
\title Enable debugging
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for running applications on desktop device types.
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
\title Configure projects for running
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
|
||||
\li Select the \uicontrol {Build and Run Kit Selector} icon or go to
|
||||
\uicontrol Build > \uicontrol {Open Build and Run Kit Selector} to select the
|
||||
build and run \l{glossary-buildandrun-kit}{kit}.
|
||||
build and run \l{Kits}{kit}.
|
||||
|
||||
\image qtcreator-kit-selector.webp {Kit selector}
|
||||
|
||||
|
@@ -74,7 +74,7 @@
|
||||
|
||||
\section1 Select the Python version
|
||||
|
||||
The \l{kits-tab}{kits} you select for the project in \uicontrol Projects >
|
||||
The \l{Kits}{kits} you select for the project in \uicontrol Projects >
|
||||
\uicontrol {Build & Run} set the Python version to use.
|
||||
|
||||
The \l {Edit Mode}{Edit mode} toolbar shows the current Python version.
|
||||
|
@@ -31,7 +31,7 @@
|
||||
|
||||
\brief Settings for running Qt for Python applications.
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
\brief Settings for running applications on Linux-based devices.
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
|
@@ -11,11 +11,11 @@
|
||||
|
||||
\brief Settings for running Qt Quick UI Prototype projects (.qmlproject).
|
||||
|
||||
Specify settings for running applications on the \l {kits-tab}{Run device} that
|
||||
Specify settings for running applications on the \l {Kits}{Run device} that
|
||||
you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
|
||||
\uicontrol Run > \uicontrol {Run Settings}.
|
||||
|
||||
\note Select the \uicontrol Desktop device type for the \l{kits-tab}{Run device}
|
||||
\note Select the \uicontrol Desktop device type for the \l{Kits}{Run device}
|
||||
in the kit.
|
||||
|
||||
\image qtquick-ui-prototype-run-settings.webp {Run Settings for a Qt Quick UI Prototype project}
|
||||
@@ -42,5 +42,5 @@
|
||||
\endtable
|
||||
|
||||
\sa {Create Qt Quick UI Prototypes}, {Activate kits for a project},
|
||||
{Configure projects for running}, {kits-tab}{Kits}
|
||||
{Configure projects for running}, {Kits}
|
||||
*/
|
||||
|
@@ -76,12 +76,12 @@
|
||||
\li Select \uicontrol Next to open the \uicontrol {Kit Selection}
|
||||
dialog.
|
||||
|
||||
\li Select \l{glossary-buildandrun-kit}{kits} for the platforms that
|
||||
\li Select \l{Kits}{kits} for the platforms that
|
||||
you want to build the application for.
|
||||
|
||||
\note Kits are listed if they have been specified in \preferences >
|
||||
\uicontrol Kits.
|
||||
For more information, see \l {Add kits} and \l {kits-tab}{Kits}.
|
||||
For more information, see \l {Add kits} and \l {Kits}.
|
||||
|
||||
\li Select \uicontrol Next to open the \uicontrol {Project Management}
|
||||
dialog.
|
||||
@@ -161,12 +161,11 @@
|
||||
\li Select \uicontrol Next to open the \uicontrol {Kit Selection}
|
||||
dialog.
|
||||
|
||||
\li Select \l{glossary-buildandrun-kit}{kits} for the platforms that
|
||||
\li Select \l{Kits}{kits} for the platforms that
|
||||
you want to build the application for.
|
||||
|
||||
\note Kits are listed if they have been specified in \preferences >
|
||||
\uicontrol Kits.
|
||||
For more information, see \l {Add kits} and \l {kits-tab}{Kits}.
|
||||
|
||||
\li Select \uicontrol Next to open the \uicontrol {Project Management}
|
||||
dialog.
|
||||
@@ -197,5 +196,6 @@
|
||||
To use JavaScript and image files in the application, copy them to the
|
||||
project folder.
|
||||
|
||||
\sa {Create Qt Quick Applications}, {Creating Projects}
|
||||
\sa {Create Qt Quick Applications}, {Manage Kits}{How To: Manage Kits},
|
||||
{Creating Projects}
|
||||
*/
|
||||
|
@@ -37,14 +37,14 @@
|
||||
|
||||
\li Select \uicontrol Next to open the \uicontrol {Kit Selection} dialog.
|
||||
|
||||
\li Select Qt 6.4 or later \l{glossary-buildandrun-kit}{kits} for the
|
||||
\li Select Qt 6.4 or later \l{Kits}{kits} for the
|
||||
platforms that you want to build the application for. To build
|
||||
applications for mobile devices, select kits also for Android and
|
||||
iOS.
|
||||
|
||||
\note The list shows kits that you specify in \preferences >
|
||||
\uicontrol Kits.
|
||||
For more information, see \l {Add kits} and \l {kits-tab}{Kits}.
|
||||
For more information, see \l {Add kits} and \l {Kits}.
|
||||
|
||||
\li Select \uicontrol Next to open the \uicontrol {Project Management}
|
||||
dialog.
|
||||
|
@@ -37,7 +37,7 @@
|
||||
\li Set up QML debugging for the project. For more information, see
|
||||
\l{Setting Up QML Debugging}.
|
||||
\if defined(qtcreator)
|
||||
\li In the \uicontrol Projects mode, select a \l{glossary-buildandrun-kit}
|
||||
\li In the \uicontrol Projects mode, select a \l{Kits}
|
||||
{kit} with Qt version 4.7.4 or later.
|
||||
\endif
|
||||
\note To profile applications on \l{glossary-device}{devices}, you
|
||||
|
@@ -294,6 +294,6 @@
|
||||
|
||||
\sa {View output}
|
||||
\if defined(qtcreator)
|
||||
\sa {Add custom output parsers}
|
||||
\sa {Add custom output parsers}, {Kits}
|
||||
\endif
|
||||
*/
|
||||
|
@@ -33,7 +33,7 @@
|
||||
\row
|
||||
\li \inlineimage numbers/02.png
|
||||
\li Kit selector
|
||||
\li Select the appropriate \l{glossary-buildandrun-kit}{kit} for building
|
||||
\li Select the appropriate \l{Kits}{kit} for building
|
||||
the project and running it on particular hardware.
|
||||
\li \l{Activate kits for a project}
|
||||
\row
|
||||
|
@@ -76,7 +76,7 @@
|
||||
|
||||
\image qtcreator-new-project-qt-versions-qt-gui.png {Kit Selection dialog}
|
||||
|
||||
\li Select build and run \l{glossary-buildandrun-kit}{kits} for your
|
||||
\li Select build and run \l{Kits}{kits} for your
|
||||
project.
|
||||
|
||||
\li Select \uicontrol Next or \uicontrol Continue to open the
|
||||
|
Reference in New Issue
Block a user