How to integrate Qt Add-in/Plugin into Visual Studio 2022 in a GitHub Actions workflow?
I’m trying to set up a GitHub Actions workflow to build a project that requires Visual Studio 2022 and the Qt Add-in/Plugin for vs2022. I’m encountering issues with configuring the Qt version and path integration into Visual Studio 2022 within the GitHub Actions workflow.