How to install QT6 via commandline only?
Unsolved
Installation and Deployment
-
Hi,
I want to create a CI workflow on gitlab to automatically build my QT6 app.
On my development machine I installed QT via the GUI installer but how can I install it automatically via the commandline so that I can write a CI pipeline to build my app?
I only found some guides to build it from source but is there no simpler way to do this?
Building from source requires a ton of dependencies, which makes the flow take super long. -
Hi,
It's explained in the installer documentation here.
-
AFAIK, no it's not exclusive to Windows however that's one of the main platform that needs that for CI as Linux distributions all have Qt development packages. However that does not stops you from using it on Linux as well.