20 lines
564 B
JSON
20 lines
564 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/include/qt6/QtCore",
|
||
|
"/usr/include/qt6/QtGui",
|
||
|
"/usr/include/qt6/QtWidgets"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "linux-gcc-x64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|