blob: 11cc783dde77e651594b21b6be6007a9779d896f (
plain)
1
2
3
4
5
6
|
## Qt Dependency uses a Factory
This separates the Pkg-config and QMake based discovery methods into two
distinct classes in the backend. This allows using
`dependency.get_variable()` and `dependency.get_pkg_config_variable()`, as
well as being a cleaner implementation.
|