blob: c5731c0ed6d3728b7185bce4fa05c725bb10e433 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page vscodeext-getting-started.html
\previouspage index.html
\nextpage vscodeext-overview.html
\title Getting started
To work on Qt projects in VS Code:
\list
\li \l {Installation}{Install a Qt extension}.
\li \l {Register Qt installations}.
\li Open a folder that contains a Qt CMake project (that has a
\e {CMakeLists.txt} file).
\li Go to \uicontrol {Command Palette} and select
\uicontrol {CMake: Select a Kit} to select a
kit that matches your Qt version and toolchain.
\li Select \uicontrol {CMake: Build} to build the project.
\endlist
*/
|