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 /run_mypy.py | |
parent | c8826e907a3e1a2428ddec73133f3c3e6ea859a2 (diff) | |
parent | 1767c57492529fc7c3823871f861db35b89f5c1f (diff) | |
download | meson-54767ab482eb30a843974e985d2998f5476c906c.zip meson-54767ab482eb30a843974e985d2998f5476c906c.tar.gz meson-54767ab482eb30a843974e985d2998f5476c906c.tar.bz2 |
Merge pull request #8568 from dcbaker/submit/qt-dependency-factory
QT: use a proper dependency factory
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 75c825e..65de414 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -21,6 +21,7 @@ modules = [ 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', 'mesonbuild/dependencies/mpi.py', + 'mesonbuild/dependencies/qt.py', 'mesonbuild/envconfig.py', 'mesonbuild/interpreterbase.py', 'mesonbuild/linkers.py', |