c_cpp_properties.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "D:/app/qt/6.2.4/mingw_64/include/**",
  8. "D:/app/qt/6.2.4/mingw_64/include/QtCore",
  9. "D:/app/qt/6.2.4/mingw_64/include/QtGui",
  10. "D:/app/qt/6.2.4/mingw_64/include/QtWidgets"
  11. ],
  12. "defines": [
  13. "_DEBUG",
  14. "UNICODE",
  15. "_UNICODE"
  16. ],
  17. "compilerPath": "D:/app/qt/Tools/mingw1120_64/bin/g++.exe",
  18. "intelliSenseMode": "windows-gcc-x64",
  19. "cStandard": "c11",
  20. "cppStandard": "c++17",
  21. "browse": {
  22. "path": [
  23. "${workspaceFolder}",
  24. "D:/app/qt/6.2.4/mingw_64/include",
  25. "D:/app/qt/6.2.4/mingw_64/include/QtCore",
  26. "D:/app/qt/6.2.4/mingw_64/include/QtGui",
  27. "D:/app/qt/6.2.4/mingw_64/include/QtWidgets"
  28. ],
  29. "limitSymbolsToIncludedHeaders": true,
  30. "databaseFilename": ""
  31. }
  32. }
  33. ],
  34. "version": 4
  35. }