12 lines
318 B
JSON
12 lines
318 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"compileCommands": [
|
||
|
"${workspaceFolder}/build/compile_commands.json"
|
||
|
],
|
||
|
"configurationProvider": "ms-vscode.cmake-tools",
|
||
|
"compilerPath": "C:\\Qt\\Tools\\mingw1310_64\\bin\\gcc.exe"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|