diff options
| author | Josh F <josh@vector35.com> | 2022-05-04 17:32:09 -0400 |
|---|---|---|
| committer | Josh F <josh@vector35.com> | 2022-05-04 17:32:09 -0400 |
| commit | f74e3f75e28d435f0b426e7e54b8a31cafda1a12 (patch) | |
| tree | 0b4e14a8848bfce234fdc41835e7fa41d22c0502 /scripts | |
| parent | df0d85ebe34e2e1f02537e44b8259f9cda3c8147 (diff) | |
Remove remaining traces of qt5
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/test_build_extern.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test_build_extern.py b/scripts/test_build_extern.py index 8a9504c9..904dce00 100644 --- a/scripts/test_build_extern.py +++ b/scripts/test_build_extern.py @@ -46,8 +46,6 @@ else: if args.headless: configure_args.extend(['-DHEADLESS=1']) -else: - configure_args.extend(['-DQT6=1', ]) # Copy api out of the source tree and build it externally with tempfile.TemporaryDirectory() as tempdir: |
