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.

22 lines
691 B

9 months ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "C:/Qt/Qt5.12.12/5.12.12/mingw73_64/include/**",
  8. "src",
  9. "./",
  10. "./app_protocols/",
  11. "../build-IflytopXsyncCom-Desktop_Qt_5_12_12_MinGW_64_bit-Debug/IflytopXsyncCom_autogen/include"
  12. ],
  13. "defines": [
  14. "_DEBUG",
  15. "UNICODE",
  16. "_UNICODE"
  17. ],
  18. "intelliSenseMode": "windows-gcc-x64",
  19. "compilerPath": "C:/Qt/Qt5.12.12/Tools/mingw730_64/bin/g++.exe"
  20. }
  21. ],
  22. "version": 4
  23. }