SOLARIS_QT6_DAQ/.vscode/c_cpp_properties.json

18 lines
470 B
JSON
Raw Normal View History

2023-01-25 14:59:48 -05:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2023-01-31 18:59:12 -05:00
"/usr/include/x86_64-linux-gnu/qt6/**",
"/opt/root/include/*"
2023-01-25 14:59:48 -05:00
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}