From 2f7ab8852f2d9abb21b91b5519a5f52f8042d5e3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 1 Sep 2026 16:05:09 +0500 Subject: [PATCH] build-all: document `QT_DIR`, `QT6_VERSION` variables --- nix/build-all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/build-all.py b/nix/build-all.py index 575879f48c..19b582fb0d 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -62,6 +62,10 @@ Used environment variables: - ``IFCOS_BUILD_PYTHON_WRAPPER`` - enable building the Python wrapper, `on` by default. - ``PYTHON_USER_SITE`` - install the Python wrapper into the user's site-packages directory instead of the interpreter's prefix, `off` by default. + - ``QT_DIR`` - optional path to a pre-installed Qt6 (e.g. `brew --prefix qt` on Mac`). + Skips fetching Qt6 via aqtinstall if the install is found there. + - ``QT6_VERSION`` - Qt6 version to fetch via aqtinstall when building the viewer, + defaults to the version hardcoded in this script. # This script builds IfcOpenShell and its dependencies # # #