cxx-qt icon indicating copy to clipboard operation
cxx-qt copied to clipboard

Add the ability to require a Qt version

Open ahayzen-kdab opened this issue 1 year ago • 2 comments

In CxxQtBuilder or qt_build_utils it would be useful to be able to

  • Require a Qt major version or minimum version eg 6.x or 6.2+
  • Require an exact version such as 6.5.0

ahayzen-kdab avatar Oct 01 '24 15:10 ahayzen-kdab

This is now possible using the semver::Version from QtInstallation with a semver::VersionReq::matches.

ahayzen-kdab avatar Oct 06 '25 16:10 ahayzen-kdab

Instead this is about exposing the QtInstallation trait instance from the cxx-qt-build.

ahayzen-kdab avatar Oct 07 '25 13:10 ahayzen-kdab