diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-03-24 22:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 22:52:15 +0200 |
| commit | 54767ab482eb30a843974e985d2998f5476c906c (patch) | |
| tree | 34e083053ab4f12e1643b826ef12d55a8446dfdc /docs | |
| parent | c8826e907a3e1a2428ddec73133f3c3e6ea859a2 (diff) | |
| parent | 1767c57492529fc7c3823871f861db35b89f5c1f (diff) | |
| download | meson-54767ab482eb30a843974e985d2998f5476c906c.tar.gz | |
Merge pull request #8568 from dcbaker/submit/qt-dependency-factory
QT: use a proper dependency factory
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/qt_factory.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/qt_factory.md b/docs/markdown/snippets/qt_factory.md new file mode 100644 index 000000000..11cc783dd --- /dev/null +++ b/docs/markdown/snippets/qt_factory.md @@ -0,0 +1,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. |
