diff --git a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc index 19dae2d72ed..7aac8fc0a95 100644 --- a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc +++ b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc @@ -213,7 +213,7 @@ \b {How can I make use of my multi-core CPU with \QC?} - On Linux and \macos, go to \uicontrol Project mode, select your configuration + On Linux and \macos, go to \uicontrol Projects mode, select your configuration in the \uicontrol {Build Settings}, locate the \uicontrol {Build Steps}, and add the following value, where \c{} is the amount of cores in your CPU: \c{-j } diff --git a/doc/qtcreator/src/overview/creator-only/creator-deployment-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-deployment-overview.qdoc index 73355915804..a8216d313e3 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-deployment-overview.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-deployment-overview.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -37,7 +37,7 @@ \title Deploying to Devices - Deploy configurations in the \uicontrol Project mode + Deploy configurations in the \uicontrol Projects mode \uicontrol {Run Settings} handle the packaging of the application as an executable and copying it to a location you want to run the executable at. The files can be copied to a location in the file system of the development diff --git a/doc/qtcreator/src/projects/creator-projects-running.qdoc b/doc/qtcreator/src/projects/creator-projects-running.qdoc index 85cb0b287c1..b8cb227527a 100644 --- a/doc/qtcreator/src/projects/creator-projects-running.qdoc +++ b/doc/qtcreator/src/projects/creator-projects-running.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2019 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -48,8 +48,9 @@ To run executable files without deploying them first, select \uicontrol Build > \uicontrol {Run Without Deployment}. To make this the default option, deselect the - \uicontrol Tools > \uicontrol Options > \uicontrol Project > - \uicontrol {Always deploy project before running it} option. + \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} > + \uicontrol General > \uicontrol {Always deploy project before running it} + check box. To run applications: diff --git a/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc b/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc index 7b8066e4a31..ad6f61b4d0f 100644 --- a/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc @@ -47,8 +47,7 @@ \endif To preview any QML file that belongs to the project, right-click the project - name in the \uicontrol Project tab in the \uicontrol Navigator, and select - \uicontrol {Preview file}. + name in the \uicontrol Projects view, and select \uicontrol {Preview file}. To preview the whole UI, select \uicontrol {Show Live Preview} when viewing the main QML UI file of the project.