forked from qt-creator/qt-creator
Doc: Update info about Kits preferences
- Fix changed field names - Add missing fields (some added by plugins might still be missing) - Combine helps for related fields that were placed on the same line Task-number: QTCREATORBUG-32016 Change-Id: I9917bf25af2793d74b3e4775d1e39b015ba51bf8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -68,7 +68,9 @@
|
|||||||
\li Go to \preferences > \uicontrol Kits.
|
\li Go to \preferences > \uicontrol Kits.
|
||||||
\li Select \uicontrol Add to add a kit for building for the device.
|
\li Select \uicontrol Add to add a kit for building for the device.
|
||||||
\li Select the Qt version, compiler, and device that you added above.
|
\li Select the Qt version, compiler, and device that you added above.
|
||||||
\li In \uicontrol {Run device type}, select \uicontrol {Boot2Qt Device}.
|
\li In \uicontrol {Run device}, select \uicontrol {Boot2Qt Device} in
|
||||||
|
\uicontrol {Type}, and then select the actual device to run on in
|
||||||
|
\uicontrol {Device}.
|
||||||
\li To specify build settings:
|
\li To specify build settings:
|
||||||
\list 1
|
\list 1
|
||||||
\li Open a project for an application you want to develop for the
|
\li Open a project for an application you want to develop for the
|
||||||
|
@@ -35,8 +35,9 @@
|
|||||||
\li Select the device, CMake tool, Qt version, and compiler that you
|
\li Select the device, CMake tool, Qt version, and compiler that you
|
||||||
added above.
|
added above.
|
||||||
|
|
||||||
\li In \uicontrol {Run device type} and \uicontrol {Build device}, select
|
\li In \uicontrol {Type} in \uicontrol {Run device} and
|
||||||
\uicontrol {\1}.
|
\uicontrol {Build device}, select \uicontrol {\1}. Select
|
||||||
|
the actual device to run and build on in \uicontrol {Device}.
|
||||||
|
|
||||||
\li To specify build settings:
|
\li To specify build settings:
|
||||||
|
|
||||||
|
@@ -92,8 +92,9 @@
|
|||||||
|
|
||||||
\li Select the Qt version, compiler, and device that you added above.
|
\li Select the Qt version, compiler, and device that you added above.
|
||||||
|
|
||||||
\li In \uicontrol {Run device type}, select
|
\li In \uicontrol {Run device}, select \uicontrol {Remote Linux Device}
|
||||||
\uicontrol {Remote Linux Device}.
|
in \uicontrol {Type}, and then select the actual device to run on in
|
||||||
|
\uicontrol {Device}.
|
||||||
|
|
||||||
\li To specify build settings:
|
\li To specify build settings:
|
||||||
|
|
||||||
|
@@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li In \preferences > \uicontrol Kits, select
|
\li In \preferences > \uicontrol Kits, select
|
||||||
the kit, and then select \uicontrol Change next to the
|
the kit, and then select \uicontrol Change next to
|
||||||
\uicontrol {Additional Qbs Profile Settings} field to open the
|
\uicontrol {Qbs profile additions} to open the
|
||||||
\uicontrol {Custom Properties} dialog.
|
\uicontrol {Custom Properties} dialog.
|
||||||
\image qtcreator-qbs-profile-settings.png "Custom Properties dialog"
|
\image qtcreator-qbs-profile-settings.png "Custom Properties dialog"
|
||||||
\li Double-click an empty cell in the \uicontrol Key column to specify
|
\li Double-click an empty cell in the \uicontrol Key column to specify
|
||||||
|
@@ -115,20 +115,14 @@
|
|||||||
\li Name for the kit to use as a part of directory names. This value is
|
\li Name for the kit to use as a part of directory names. This value is
|
||||||
used for the \c CurrentKit:FileSystemName variable, which determines
|
used for the \c CurrentKit:FileSystemName variable, which determines
|
||||||
the name of the shadow build directory, for example.
|
the name of the shadow build directory, for example.
|
||||||
\row
|
|
||||||
\li \uicontrol{Run device type}
|
|
||||||
\li Type of the run device.
|
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Run device}
|
\li \uicontrol {Run device}
|
||||||
\li The device to run applications on.
|
\li \uicontrol {Type} is the type of the run device, and
|
||||||
|
\uicontrol {Device} is the device to run applications on.
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Build device}
|
\li \uicontrol {Build device}
|
||||||
\li The device to build applications on.
|
\li \uicontrol {Type} is the type of the build device, and
|
||||||
|
\uicontrol {Device} is the device to build applications on.
|
||||||
\row
|
|
||||||
\li \uicontrol Sysroot
|
|
||||||
\li Directory where the device image is located. If you are not
|
|
||||||
cross-compiling, leave this field empty.
|
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Emulator skin}
|
\li \uicontrol {Emulator skin}
|
||||||
\li Skin to use for the \l {Emulator}{\B2Q Emulator Device}.
|
\li Skin to use for the \l {Emulator}{\B2Q Emulator Device}.
|
||||||
@@ -171,6 +165,10 @@
|
|||||||
|
|
||||||
For Android kits, the \uicontrol {Android GDB server} field will
|
For Android kits, the \uicontrol {Android GDB server} field will
|
||||||
display the path to GDB server executable.
|
display the path to GDB server executable.
|
||||||
|
\row
|
||||||
|
\li \uicontrol Sysroot
|
||||||
|
\li Directory where the device image is located. If you are not
|
||||||
|
cross-compiling, leave this field empty.
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Qt version}
|
\li \uicontrol {Qt version}
|
||||||
\li Qt version to use for building the project. You can add Qt versions
|
\li Qt version to use for building the project. You can add Qt versions
|
||||||
@@ -181,12 +179,12 @@
|
|||||||
variable for the qmake executable. It refers to the qmake executable
|
variable for the qmake executable. It refers to the qmake executable
|
||||||
it finds as \b{Qt in PATH} and selects it as the Qt version
|
it finds as \b{Qt in PATH} and selects it as the Qt version
|
||||||
to use for the \uicontrol Desktop kit that is created by default.
|
to use for the \uicontrol Desktop kit that is created by default.
|
||||||
|
|
||||||
|
\uicontrol {mkspec} is the name of the mkspec configuration that
|
||||||
|
qmake uses. If you leave this field empty, qmake uses the default
|
||||||
|
mkspec of the selected Qt version.
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Qt mkspec}
|
\li \uicontrol {Qbs profile additions}
|
||||||
\li Name of the mkspec configuration that qmake uses. If you leave this
|
|
||||||
field empty, it uses the default mkspec of the selected Qt version.
|
|
||||||
\row
|
|
||||||
\li \uicontrol {Additional Qbs profile settings}
|
|
||||||
\li Select \uicontrol Change to add settings to Qbs build profiles.
|
\li Select \uicontrol Change to add settings to Qbs build profiles.
|
||||||
For more information, see \l {Edit Qbs profiles}.
|
For more information, see \l {Edit Qbs profiles}.
|
||||||
\row
|
\row
|
||||||
@@ -206,6 +204,11 @@
|
|||||||
\li \uicontrol {CMake configuration}
|
\li \uicontrol {CMake configuration}
|
||||||
\li Select \uicontrol Change to edit the parameters of the CMake
|
\li Select \uicontrol Change to edit the parameters of the CMake
|
||||||
configuration for the kit.
|
configuration for the kit.
|
||||||
|
\row
|
||||||
|
\li \uicontrol {Python}
|
||||||
|
\li Select the Python version for the kit. Select \uicontrol Manage
|
||||||
|
to add Python versions. For more information, see
|
||||||
|
\l{Select the Python version}.
|
||||||
\row
|
\row
|
||||||
\li \uicontrol {Meson tool}
|
\li \uicontrol {Meson tool}
|
||||||
\li Meson tool to use for building the project. Select \uicontrol Manage
|
\li Meson tool to use for building the project. Select \uicontrol Manage
|
||||||
|
Reference in New Issue
Block a user