Skip to content

Release v7.0.2 patched snapshot 2022-04-30

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 01:34
· 206 commits to patched/7.0 since this release

QtCreator 7.0.2 snapshot + patches:

  • Updated to use Qt 6.3.0
  • Visualize Git changes in project tree (Contributed by @harryherold)
    Git Change Animation
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
    Before:
    Before Screenshot
    After:
    After Screenshot
  • Support for trailing return types in quickfixes
    Demo Animation
  • Qbs Action to debug with Visual Studio
  • Qbs Action to generate Visual Studio 2019 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
    Demo Animation
  • display snapshot version in about dialog
    About Dialog
  • properly indented line comments
    Before:
    Before Animation
    After:
    After
  • no jump to task list after build errors
  • use patched qbs for Windows build
  • use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs v1.22.1 snapshot 2022-04-30 + patches:

  • Support for building Qbs with Qt 6.3.0
  • Usable msbuild project generator
  • C++2b and C++2a support for msvc
  • Fixed qbs build for Qt6+