don't forget the generated moc headers
This commit is contained in:
parent
31a037460a
commit
e92b0c1867
1 changed files with 2 additions and 1 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -6,7 +6,8 @@
|
|||
"${workspaceFolder}/**",
|
||||
"/usr/include/qt",
|
||||
"/usr/include/qt/QtWidgets",
|
||||
"/usr/include/qt/QtCore"
|
||||
"/usr/include/qt/QtCore",
|
||||
"${workspaceFolder}/build/src/gui/kima2_autogen/include"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
|
|
Loading…
Reference in a new issue