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.
23 lines
691 B
23 lines
691 B
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"C:/Qt/Qt5.12.12/5.12.12/mingw73_64/include/**",
|
|
"src",
|
|
"./",
|
|
"./app_protocols/",
|
|
"../build-IflytopXsyncCom-Desktop_Qt_5_12_12_MinGW_64_bit-Debug/IflytopXsyncCom_autogen/include"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"compilerPath": "C:/Qt/Qt5.12.12/Tools/mingw730_64/bin/g++.exe"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|