{ "configurations": [ { "name": "windows-gcc-x64", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], "windowsSdkVersion": "10.0.19041.0", "compilerPath": "E:/Qt/Tools/mingw1120_64/bin/g++.exe", "cStandard": "${default}", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64", "compilerArgs": [ "-fexceptions", "-mthreads" ] } ], "version": 4 }