forked from qt-creator/qt-creator
Doc: Fix references to projects-related UI strings
We now have a "Projects mode" and "Projects view", but "Build & Run" options category. Change-Id: I5bf1829cb3f9bd47bbbf06c5898e3efd417cb796 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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{<num>} is the amount of cores in your CPU:
|
||||
\c{-j <num>}
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user