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.
33 lines
1016 B
33 lines
1016 B
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"E:/Qt/6.5.3/mingw_64/include/**",
|
|
"E:/Qt/6.5.3/mingw_64/include/QtCore",
|
|
"E:/Qt/6.5.3/mingw_64/include/QtGui",
|
|
"E:/Qt/6.5.3/mingw_64/include/QtWidgets",
|
|
"E:/Qt/6.5.3/mingw_64/include/QtNetwork"
|
|
],
|
|
"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": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"compilerArgs": [
|
|
"-fexceptions",
|
|
"-mthreads"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |