aboutsummaryrefslogtreecommitdiffstats
path: root/extension_packs/qt/README.md
blob: 17140514534808c0d345c4474a2244fe7ab9ac49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Qt Extension Pack

This extension pack includes all the extension packs for developing Qt and
Qt Quick applications with Visual Studio Code.

## Get started

1. Select `Install` to install the Qt extension pack.
1. Go to `Command Palette`, and select `Qt: Register Qt Installation`.
1. Open a folder that contains a Qt CMake project (that has a `CMakeLists.txt`
   file).
1. Go to `Command Palette`, and select `CMake: Select a Kit` to select a kit that
   matches your Qt version and toolchain.
1. Select `CMake: Build` to build the project.

The [CMake](https://github.com/twxs/vs.language.cmake) and
[CMake Tools](https://github.com/microsoft/vscode-cmake-tools)
extensions are installed automatically.

## Documentation

For more information about using Qt extensions, go to
[Qt Extensions for VS Code Documentation](https://doc.qt.io/vscodeext/index.html).

For pre-release versions, go to
[Qt Extensions for VS Code Pre-release Documentation](https://doc-snapshots.qt.io/vscodeext-dev/).

## Issues

If you encounter any issues with the extension, please [report the
issues](https://bugreports.qt.io/projects/VSCODEEXT).

## License

This extension can be licensed under the Qt Commercial License and the
LGPL 3.0. See the text of both licenses [here](LICENSE).