You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
756 B
28 lines
756 B
{
|
|
"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
|
|
} |