2018-07-14 14:02:36 +02:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**",
|
2018-07-14 15:52:30 +02:00
|
|
|
"/usr/include/qt",
|
2018-07-16 12:00:17 +02:00
|
|
|
"/usr/include/qt/QtWidgets",
|
2018-07-20 13:23:06 +02:00
|
|
|
"/usr/include/qt/QtCore",
|
|
|
|
"${workspaceFolder}/build/src/gui/kima2_autogen/include"
|
2018-07-14 14:02:36 +02:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
2018-07-20 20:41:27 +02:00
|
|
|
"intelliSenseMode": "clang-x64",
|
|
|
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
2018-07-14 14:02:36 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|