summaryrefslogtreecommitdiff
path: root/scripts/test_build_extern.py
diff options
context:
space:
mode:
authorJosh F <josh@vector35.com>2022-05-04 17:32:09 -0400
committerJosh F <josh@vector35.com>2022-05-04 17:32:09 -0400
commitf74e3f75e28d435f0b426e7e54b8a31cafda1a12 (patch)
tree0b4e14a8848bfce234fdc41835e7fa41d22c0502 /scripts/test_build_extern.py
parentdf0d85ebe34e2e1f02537e44b8259f9cda3c8147 (diff)
Remove remaining traces of qt5
Diffstat (limited to 'scripts/test_build_extern.py')
-rw-r--r--scripts/test_build_extern.py2
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: