Skip to content

Commit 2df37d4

Browse files
Doc: New Qt C++ setting: Do Not Warn Missing Source Dir
1 parent 88fda9c commit 2df37d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
2.49 KB
Loading

doc/src/reference/vscodeext-reference-settings.qdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,14 @@
4848
\li Setting
4949
\li Description
5050
\row
51-
\li Do Not Ask for CMake path
51+
\li Do Not Ask for CMake Path
5252
\li Lets CMake Tools search the PATH environment variable and make some
5353
educated guesses on where to find CMake.
54+
\row
55+
\li Do Not Warn Missing Source Dir
56+
\li Hides a warning about not being able to detect the source directory
57+
from a kit. This might happen if you installed Qt with vcpkg, for
58+
example. For more information, see \l{Debug Qt Applications}.
5459
\endtable
5560

5661
\section1 Qt Core settings

0 commit comments

Comments
 (0)