summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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: