SOLARIS_QT6_DAQ/.vscode/c_cpp_properties.json

17 lines
429 B
JSON
Raw Normal View History

2023-01-25 14:59:48 -05:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2024-07-01 17:19:23 -04:00
"/usr/include/x86_64-linux-gnu/qt6/**"
2023-01-25 14:59:48 -05:00
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
2024-07-01 17:19:23 -04:00
"cStandard": "c17",
2023-01-25 14:59:48 -05:00
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}