kima2/.vscode/c_cpp_properties.json

18 lines
449 B
JSON
Raw Normal View History

2018-07-14 14:02:36 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2018-07-14 15:52:30 +02:00
"/usr/include/qt",
"/usr/include/qt/QtWidgets"
2018-07-14 14:02:36 +02:00
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}