Skip to content

Commit c166c2e

Browse files
committed
Mention QT_QML_GENERATE_QMLLS_INI=ON in README
1 parent a81a8c8 commit c166c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ To work on my C++ projects that use Qt it might be useful to install their
184184
[extension pack](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.qt). This requires the
185185
"vscode marketplace" which might not be available in all distributions of Visual Studio Code (e.g. when
186186
using the Arch Linux `code` package one needs to install the `code-marketplace` package in addition).
187+
Compile the code with `-DQT_QML_GENERATE_QMLLS_INI=ON` for the QML language server to work.
187188

188189
#### CMake presets
189190
There are some generic [presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) available.

0 commit comments

Comments
 (0)