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:
Leena Miettinen
2024-06-11 14:35:07 +02:00
parent 56f2b1f1e8
commit becb0af00a
57 changed files with 100 additions and 95 deletions

View File

@@ -519,5 +519,5 @@
The \l {Application Output} view shows some information even if the The \l {Application Output} view shows some information even if the
Performance Analyzer displays error messages. Performance Analyzer displays error messages.
\sa {Analyze}{How To: Analyze}, {Analyzers}, {Analyzing Code} \sa {Analyze}{How To: Analyze}, {Analyzers}, {Analyzing Code}, {Kits}
*/ */

View File

@@ -151,5 +151,5 @@
is especially useful when viewing large trace files that are difficult to is especially useful when viewing large trace files that are difficult to
visualize using the built-in trace-viewer (\c{chrome://tracing}). 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}
*/ */

View File

@@ -392,7 +392,7 @@
\image qtcreator-valgrind-remote-settings.png {Start Remote Analysis dialog} \image qtcreator-valgrind-remote-settings.png {Start Remote Analysis dialog}
\li Select the application to run and analyze, as well as the \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 \endlist

View File

@@ -149,8 +149,7 @@
building Qt from \c modules/Core.json and uses it instead of the version building Qt from \c modules/Core.json and uses it instead of the version
in \c sdk_definitions.json. in \c sdk_definitions.json.
\sa {Android}{How To: Develop for Android}, \sa {Android}{How To: Develop for Android}, {Developing for Android}, {Kits}
{Developing for Android}
*/ */
/*! /*!

View File

@@ -11,7 +11,7 @@
\brief Settings for running applications on Android devices. \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.
@@ -66,5 +66,5 @@
\endcode \endcode
\sa {Activate kits for a project}, {Configure projects for running}, \sa {Activate kits for a project}, {Configure projects for running},
{Android}{How To: Develop for Android} {Android}{How To: Develop for Android}, {Kits}
*/ */

View File

@@ -499,6 +499,6 @@
To add a permission, select it from the list, and then click \uicontrol Add. To add a permission, select it from the list, and then click \uicontrol Add.
\sa {Build and Run}{How To: Build and Run}, \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}
*/ */

View File

@@ -153,5 +153,5 @@
{Remote Linux}{How To: Develop for remote Linux}, {Remote Linux}{How To: Develop for remote Linux},
{Run on many platforms}, {Debugging}, {Debuggers}, {Debugger}, {Run on many platforms}, {Debugging}, {Debuggers}, {Debugger},
{Developing for \B2Q Devices}, {Developing for Remote Linux Devices}, {Developing for \B2Q Devices}, {Developing for Remote Linux Devices},
{Profiling QML Applications} {Profiling QML Applications}, {Kits}
*/ */

View File

@@ -71,7 +71,8 @@
The available settings depend on the debug server provider. 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 \previouspage creator-how-tos.html
\ingroup creator-how-to-bare-metal \ingroup creator-how-to-bare-metal
\ingroup creator-how-to-manage-kits
\title Add Bare Metal devices \title Add Bare Metal devices

View File

@@ -11,15 +11,15 @@
\brief Settings for building applications with CMake. \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.
Configuring medium-sized to large CMake projects in \QC can be a 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 challenge due to the number of variables that you need to pass to
CMake to configure the project correctly. To make this easier, CMake to configure the project correctly. To make this easier,
\QC creates an initial configuration for you based on the kit \QC creates an initial configuration for you based on the \l{Kits}
settings and displays it in \uicontrol {Initial Configuration} in {kit preferences} and displays it in \uicontrol {Initial Configuration} in
the \uicontrol {Build Settings} of the project. the \uicontrol {Build Settings} of the project.
Or, you can use CMake presets to configure CMake. Or, you can use CMake presets to configure CMake.

View File

@@ -133,12 +133,13 @@
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\ingroup creator-how-to-build-with-cmake \ingroup creator-how-to-build-with-cmake
\ingroup creator-how-to-manage-kits
\title Add CMake tools \title Add CMake tools
\QC automatically detects the CMake executable that you specify in the \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 \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: To see the CMake installations that \QC automatically detects:
@@ -183,8 +184,8 @@
\image qtcreator-kits-cmake.png {Kits preferences} \image qtcreator-kits-cmake.png {Kits preferences}
\sa {Build with CMake}{How To: Build with CMake}, {CMake}, {Add kits}, \sa {Build with CMake}{How To: Build with CMake},
{kits-tab}{Kits} {Manage Kits}{How To: Manage Kits}, {CMake}, {Kits}
*/ */
/*! /*!

View File

@@ -11,7 +11,7 @@
\brief Settings for building applications with the Conan package manager. \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.
@@ -30,5 +30,5 @@
Select \uicontrol {Build missing} to build packages from source if binary Select \uicontrol {Build missing} to build packages from source if binary
packages are not found. packages are not found.
\sa {Conan Package Manager} \sa {Activate kits for a project}, {Conan Package Manager}
*/ */

View File

@@ -58,7 +58,7 @@
\endtable \endtable
The debugger plugin automatically selects a suitable native debugger for 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 setup fails if the native debugger is not installed on the computer or
if \QC does not support the installed version. if \QC does not support the installed version.
@@ -148,5 +148,5 @@
\image qtcreator-run-settings-python.webp {Run settings for a Python project} \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}
*/ */

View File

@@ -29,7 +29,7 @@
\section1 Setting Up the Debugger \section1 Setting Up the Debugger
The debugger plugin automatically selects a suitable native debugger for 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 another kit. To specify the debugger and compiler to use for each kit, go to
\preferences > \uicontrol Kits. \preferences > \uicontrol Kits.
@@ -212,7 +212,7 @@
\l{Debugging a Qt Quick Application}. \l{Debugging a Qt Quick Application}.
\sa {Debugging a C++ Application}, {Debug}{How To: Debug}, {Debuggers}, \sa {Debugging a C++ Application}, {Debug}{How To: Debug}, {Debuggers},
{Debugger} {Debugger}, {Kits}
*/ */
/*! /*!
@@ -301,7 +301,7 @@
\title Start and debug an external application \title Start and debug an external application
To debug any executable on your local or on a remote 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. identifies the device to debug the application on.
While the \e{start external} debugger mode does not strictly require a While the \e{start external} debugger mode does not strictly require a
@@ -342,7 +342,8 @@
configuration to use. configuration to use.
\endlist \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. process to start.
\endlist \endlist
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger} \sa {Activate kits for a project}, {Debug}{How To: Debug}, {Debugging},
{Debuggers}, {Debugger}
*/ */
/*! /*!

View File

@@ -281,6 +281,6 @@
updated in the running application, but not in the source code. updated in the running application, but not in the source code.
\if defined(qtcreator) \if defined(qtcreator)
\sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger} \sa {Debug}{How To: Debug}, {Debugging}, {Debuggers}, {Debugger}, {Kits}
\endif \endif
*/ */

View File

@@ -250,8 +250,8 @@
To disable the embedded code model and use \QMLLS for everything, To disable the embedded code model and use \QMLLS for everything,
select \uicontrol {Use \QMLLS advanced features}. select \uicontrol {Use \QMLLS advanced features}.
Also, \QC tries to use \QMLLS shipped with Also, \QC tries to use \QMLLS shipped with the Qt version in your current
the Qt version in your current kit. To override that behavior and always use \l{Kits}{kit}. To override that behavior and always use
\QMLLS of the highest registered Qt version, select \QMLLS of the highest registered Qt version, select
\uicontrol {Use \QMLLS from latest Qt version}. \uicontrol {Use \QMLLS from latest Qt version}.
@@ -262,7 +262,7 @@
> \uicontrol {Initial Configuration}. > \uicontrol {Initial Configuration}.
\sa {Manage Language Servers}{How To: Manage Language Servers}, \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} {Language Servers}
*/ */

View File

@@ -41,7 +41,7 @@
instructions to install \QC. instructions to install \QC.
To develop with Qt, you also need a Qt version. You can register Qt versions 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 \section2 Use package managers
@@ -89,5 +89,5 @@
{Compiling \QC} and \l{https://wiki.qt.io/Building_Qt_Creator_from_Git} {Compiling \QC} and \l{https://wiki.qt.io/Building_Qt_Creator_from_Git}
{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}
*/ */

View File

@@ -53,8 +53,8 @@
This also enables code completion of QML code and removes error messages. This also enables code completion of QML code and removes error messages.
The following example illustrates how to specify the import path for qmake 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 projects so that it works when switching between build and run \l{Kits}{kits}
different target platforms: for different target platforms:
\code \code
TEMPNAME = $${QMAKE_QMAKE} TEMPNAME = $${QMAKE_QMAKE}

View File

@@ -10,7 +10,7 @@
\brief Build and clean steps for Incredibuild. \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.

View File

@@ -147,7 +147,8 @@
If the current device state is \uicontrol Connected, (the traffic light icon is If the current device state is \uicontrol Connected, (the traffic light icon is
orange), you need to configure the device using Xcode. 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}
*/ */
/*! /*!

View File

@@ -34,6 +34,6 @@
Debugging works transparently if GDB server is installed on the device and Debugging works transparently if GDB server is installed on the device and
it is compatible with the GDB on the host. it is compatible with the GDB on the host.
\sa {Remote Linux}{How To: Develop for remote Linux}, {Run on many platforms}, {Compilers}, \sa {Remote Linux}{How To: Develop for remote Linux},
{Embedded Platforms}, {kit-preferences}{Kits} {Run on many platforms}, {Compilers}, {Embedded Platforms}, {Kits}
*/ */

View File

@@ -11,7 +11,7 @@
\brief Settings for running applications on \B2Q devices. \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.
@@ -25,6 +25,6 @@
host and on the device. host and on the device.
\sa {\B2Q}{How To: Develop for \B2Q}, {Manage Kits}{How To: Manage Kits}, \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} {\B2Q Deploy Configuration}
*/ */

View File

@@ -11,7 +11,7 @@
\brief Settings for running applications on Linux-based devices. \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 Projects > \uicontrol {Build & Run} > \uicontrol Run >
\uicontrol {Run Settings}. \uicontrol {Run Settings}.
@@ -37,6 +37,6 @@
Select the \uicontrol {Forward to local display} check box to show a remotely Select the \uicontrol {Forward to local display} check box to show a remotely
running X11 client on a local display. 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} {Remote Linux}{How To: Develop for remote Linux}
*/ */

View File

@@ -181,6 +181,7 @@
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\ingroup creator-how-to-mcu \ingroup creator-how-to-mcu
\ingroup creator-how-to-manage-kits
\title Manage MCU Kits \title Manage MCU Kits
@@ -209,7 +210,7 @@
software required for MCU development with the current kit. software required for MCU development with the current kit.
\sa {Enable and disable plugins}, {MCUs}{How To: Develop for MCUs}, \sa {Enable and disable plugins}, {MCUs}{How To: Develop for MCUs},
{Developing for MCUs} {Manage Kits}{How To: Manage Kits}, {Developing for MCUs}
*/ */
/*! /*!

View File

@@ -10,7 +10,7 @@
\brief Settings for building applications with Meson. \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.

View File

@@ -21,7 +21,7 @@
\QC automatically detects the Meson and Ninja executables specified in the \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 \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. \note Enable the Meson plugin to use it.
@@ -54,7 +54,7 @@
\image qtcreator-kits-meson.png "Setting Meson executable in Kit preferences" \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 \section1 Editing Meson Build Descriptions

View File

@@ -20,7 +20,7 @@
However, if you install the stand-alone \QC package, build \QC from sources, 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 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 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, To make \QC behave more like your favorite code editor or IDE,
change the preferences for keyboard shortcuts, color schemes, generic change the preferences for keyboard shortcuts, color schemes, generic

View File

@@ -50,7 +50,7 @@
\li \b {\l{Building and Running an Example}} \li \b {\l{Building and Running an Example}}
To check that \l{https://www.qt.io/download-qt-installer} 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. {build and run kits}, open an example application and run it.
If you have not done so before, go to If you have not done so before, go to
\l{Building and Running an Example}. \l{Building and Running an Example}.

View File

@@ -570,7 +570,7 @@
\li Open project \li Open project
\li Ctrl+Shift+O \li Ctrl+Shift+O
\row \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 \li Ctrl+T
\row \row
\li Run \li Run

View File

@@ -181,7 +181,7 @@
Run and deploy Qt applications that you build for different target Run and deploy Qt applications that you build for different target
platforms or with different compilers, debuggers, or Qt versions. 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 {device} type and other settings to use when building and running your
project. project.

View File

@@ -11,7 +11,7 @@
\brief Settings for building applications with qmake. \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} in \uicontrol Projects > \uicontrol {Build & Run}
> \uicontrol Build > \uicontrol {Build Settings}. > \uicontrol Build > \uicontrol {Build Settings}.

View File

@@ -39,5 +39,5 @@
To remove the selected property, select \uicontrol Remove. 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}
*/ */

View File

@@ -51,7 +51,7 @@
(4) to list examples that you can run on \B2Q devices. (4) to list examples that you can run on \B2Q devices.
\li In \uicontrol {Configure Project}, select \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. target platforms.
\image qtcreator-configure-project.webp {Configure Project view} \image qtcreator-configure-project.webp {Configure Project view}

View File

@@ -16,7 +16,7 @@
\title Build for many platforms \title Build for many platforms
You can build applications for many target platforms, or using different 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. define the tools, \l{glossary-device}{device} type, and other settings to use.
By default, when you run the application, you By default, when you run the application, you
@@ -34,9 +34,8 @@
\list 1 \list 1
\li Select the \uicontrol {Build and Run Kit Selector} icon or go to \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 \uicontrol Build > \uicontrol {Open Build and Run Kit Selector} to
build and run \l{glossary-buildandrun-kit}{kit} or an select the build and run kit or an \l{Manage AVDs}{Android device}.
\l{Manage AVDs}{Android device}.
\image qtcreator-kit-selector.webp {Kit selector} \image qtcreator-kit-selector.webp {Kit selector}

View File

@@ -18,7 +18,7 @@
You can develop Qt applications on several 32-bit and 64-bit platforms. 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 Usually, you can build Qt applications on each platform with GCC, a
vendor-supplied compiler, or a third party compiler. In \QC, 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 necessary tools for building an application for and running it on a
particular platform. particular platform.

View File

@@ -63,7 +63,7 @@
To test applications on \l{glossary-device}{devices}, you can install To test applications on \l{glossary-device}{devices}, you can install
toolchains for mobile and embedded development as part of Qt distributions. 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 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 install and configure some additional software on the devices to be able to
\l{Develop for Devices}{connect} to them from the computer. \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 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 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 select in the \uicontrol {Kit Selection} dialog. Follow the instructions of
the wizard. the wizard.

View File

@@ -21,7 +21,7 @@
debugger of the low level virtual machine (LLVM) project, LLDB. debugger of the low level virtual machine (LLVM) project, LLDB.
The debugger plugin automatically selects a suitable native debugger for 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 override this choice, select \preferences > \uicontrol Kits.
To add debuggers: To add debuggers:

View File

@@ -45,7 +45,7 @@
\li Select \uicontrol Add to start from an empty kit or \uicontrol Clone \li Select \uicontrol Add to start from an empty kit or \uicontrol Clone
to clone the selected kit and edit its preferences. to clone the selected kit and edit its preferences.
\image qtcreator-kits.png \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. device type.
\li Select \uicontrol OK to create the kit. \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, choose the kit to use. To set the selected kit as the default kit,
select \uicontrol {Make Default}. select \uicontrol {Make Default}.
\sa {Activate kits for a project}, {Add debuggers}, {Add Qt versions}, \sa {Manage Kits}{How To: Manage Kits}, {Compilers}, {Kits}
{Open projects}, {Compilers}, {kits-tab}{Kits}
*/ */
/*! /*!
@@ -214,7 +213,6 @@
\uicontrol Manage to add installed Ninja tools to the list. \uicontrol Manage to add installed Ninja tools to the list.
\endtable \endtable
\sa {Activate kits for a project}, {Open projects}, {Add CMake Tools}, \sa {Manage Kits}{How To: Manage Kits}, {Add CMake Tools},
{Add compilers}, {Add debuggers}, {Add kits}, {Add Qt versions},
{Edit Qbs profiles} {Edit Qbs profiles}
*/ */

View File

@@ -20,7 +20,7 @@
\note Enable the Nim plugin to use Nimble and Nim. \note Enable the Nim plugin to use Nimble and Nim.
In addition, you have to download and install Nim and set up a 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. You can use wizards to create Nim and Nimble projects.

View File

@@ -13,6 +13,7 @@
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\ingroup creator-how-to-projects-configure \ingroup creator-how-to-projects-configure
\ingroup creator-how-to-manage-kits
\title Open projects \title Open projects
@@ -64,7 +65,7 @@
\list 1 \list 1
\li In \uicontrol {Configure Project}, select \li In \uicontrol {Configure Project}, select
\l{glossary-buildandrun-kit}{kits} for building \l{Kits}{kits} for building
and running your project. and running your project.
\image qtcreator-configure-project.webp {Configure Project view} \image qtcreator-configure-project.webp {Configure Project view}
\li Select \uicontrol {Configure Project}. \li Select \uicontrol {Configure Project}.
@@ -112,5 +113,5 @@
later. Select the \inlineimage icons/pin.png later. Select the \inlineimage icons/pin.png
(\uicontrol Pin) button to pin the progress bar back to the toggle button. (\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},
*/ */

View File

@@ -11,7 +11,7 @@
\brief Settings for building applications with Qbs. \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.

View File

@@ -16,7 +16,7 @@
\title Configure projects for building \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 Projects > \uicontrol {Build & Run} > \uicontrol Build >
\uicontrol {Build Settings}. \uicontrol {Build Settings}.

View File

@@ -16,7 +16,7 @@
When you install Qt for a development or target platform, such as Linux, 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} \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} 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 view when you open the project for the first time. At least one kit must be
@@ -65,7 +65,7 @@
\section1 Specifying Run Settings \section1 Specifying Run Settings
The run settings to specify depend on the type of the project and on the 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. \QC automatically creates deploy and run configurations for your project.
@@ -112,6 +112,7 @@
\previouspage creator-how-tos.html \previouspage creator-how-tos.html
\ingroup creator-how-to-projects-configure \ingroup creator-how-to-projects-configure
\ingroup creator-how-to-manage-kits
\title Activate kits for a project \title Activate kits for a project
@@ -175,5 +176,5 @@
might still see them listed for existing projects. You can copy the build, might still see them listed for existing projects. You can copy the build,
deploy, and run steps from them to other kits. 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}
*/ */

View File

@@ -9,7 +9,7 @@
\title Specify Valgrind settings for a project \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -10,7 +10,7 @@
\title Enable debugging \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -11,7 +11,7 @@
\brief Settings for running applications on desktop device types. \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -16,7 +16,7 @@
\title Configure projects for running \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -28,7 +28,7 @@
\li Select the \uicontrol {Build and Run Kit Selector} icon or go to \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 \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} \image qtcreator-kit-selector.webp {Kit selector}

View File

@@ -74,7 +74,7 @@
\section1 Select the Python version \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. \uicontrol {Build & Run} set the Python version to use.
The \l {Edit Mode}{Edit mode} toolbar shows the current Python version. The \l {Edit Mode}{Edit mode} toolbar shows the current Python version.

View File

@@ -31,7 +31,7 @@
\brief Settings for running Qt for Python applications. \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -11,7 +11,7 @@
\brief Settings for running applications on Linux-based devices. \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \uicontrol Run > \uicontrol {Run Settings}.

View File

@@ -11,11 +11,11 @@
\brief Settings for running Qt Quick UI Prototype projects (.qmlproject). \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} > you select for a kit in \uicontrol Projects > \uicontrol {Build & Run} >
\uicontrol Run > \uicontrol {Run Settings}. \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. in the kit.
\image qtquick-ui-prototype-run-settings.webp {Run Settings for a Qt Quick UI Prototype project} \image qtquick-ui-prototype-run-settings.webp {Run Settings for a Qt Quick UI Prototype project}
@@ -42,5 +42,5 @@
\endtable \endtable
\sa {Create Qt Quick UI Prototypes}, {Activate kits for a project}, \sa {Create Qt Quick UI Prototypes}, {Activate kits for a project},
{Configure projects for running}, {kits-tab}{Kits} {Configure projects for running}, {Kits}
*/ */

View File

@@ -76,12 +76,12 @@
\li Select \uicontrol Next to open the \uicontrol {Kit Selection} \li Select \uicontrol Next to open the \uicontrol {Kit Selection}
dialog. 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. you want to build the application for.
\note Kits are listed if they have been specified in \preferences > \note Kits are listed if they have been specified in \preferences >
\uicontrol Kits. \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} \li Select \uicontrol Next to open the \uicontrol {Project Management}
dialog. dialog.
@@ -161,12 +161,11 @@
\li Select \uicontrol Next to open the \uicontrol {Kit Selection} \li Select \uicontrol Next to open the \uicontrol {Kit Selection}
dialog. 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. you want to build the application for.
\note Kits are listed if they have been specified in \preferences > \note Kits are listed if they have been specified in \preferences >
\uicontrol Kits. \uicontrol Kits.
For more information, see \l {Add kits} and \l {kits-tab}{Kits}.
\li Select \uicontrol Next to open the \uicontrol {Project Management} \li Select \uicontrol Next to open the \uicontrol {Project Management}
dialog. dialog.
@@ -197,5 +196,6 @@
To use JavaScript and image files in the application, copy them to the To use JavaScript and image files in the application, copy them to the
project folder. project folder.
\sa {Create Qt Quick Applications}, {Creating Projects} \sa {Create Qt Quick Applications}, {Manage Kits}{How To: Manage Kits},
{Creating Projects}
*/ */

View File

@@ -37,14 +37,14 @@
\li Select \uicontrol Next to open the \uicontrol {Kit Selection} dialog. \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 platforms that you want to build the application for. To build
applications for mobile devices, select kits also for Android and applications for mobile devices, select kits also for Android and
iOS. iOS.
\note The list shows kits that you specify in \preferences > \note The list shows kits that you specify in \preferences >
\uicontrol Kits. \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} \li Select \uicontrol Next to open the \uicontrol {Project Management}
dialog. dialog.

View File

@@ -37,7 +37,7 @@
\li Set up QML debugging for the project. For more information, see \li Set up QML debugging for the project. For more information, see
\l{Setting Up QML Debugging}. \l{Setting Up QML Debugging}.
\if defined(qtcreator) \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. {kit} with Qt version 4.7.4 or later.
\endif \endif
\note To profile applications on \l{glossary-device}{devices}, you \note To profile applications on \l{glossary-device}{devices}, you

View File

@@ -294,6 +294,6 @@
\sa {View output} \sa {View output}
\if defined(qtcreator) \if defined(qtcreator)
\sa {Add custom output parsers} \sa {Add custom output parsers}, {Kits}
\endif \endif
*/ */

View File

@@ -33,7 +33,7 @@
\row \row
\li \inlineimage numbers/02.png \li \inlineimage numbers/02.png
\li Kit selector \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. the project and running it on particular hardware.
\li \l{Activate kits for a project} \li \l{Activate kits for a project}
\row \row

View File

@@ -76,7 +76,7 @@
\image qtcreator-new-project-qt-versions-qt-gui.png {Kit Selection dialog} \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. project.
\li Select \uicontrol Next or \uicontrol Continue to open the \li Select \uicontrol Next or \uicontrol Continue to open the