Conan package manager and Qt
Starting from Qt 6.x.x we support Conan package manager by providing Conan recipes in each supported Qt .git repository.
The Qt CI uses Conan natively to run the integrations for Qt modules which means that the recipes are used and tested by the CI. The Conan packages produced by the Qt CI contain also pre-built binaries for release configurations which are available in distribution.
Getting started
Follow the instructions to access the Qt Conan packages.
What Conan package manager?
Comprehensive documentation about Conan.
If you are familiar with any commonly know package manager (Homebrew, Pip, dpkg, RPM, NuGet, ..) you probably know how it integrates into everyday development flow making things easier. You need certain tools or libraries of certain versions installed on your system. Package managers handle that on behalf of you also taking care of all the dependencies for you.
FAQ
- Why Conan? TODO
- Opensource / Commercial packages?
- The conan-center also contains a Qt Conan package?
- Trouble shooting (TODO: link to sub-page)