21 lines
547 B
JSON
21 lines
547 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"D:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_32\\include\\**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "D:/mingw64/bin/g++.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |