# Project-wide qmake settings # Loaded automatically for every .pro in this tree, before the .pro is parsed. # BUILD_ROOT: the top-level shadow-build directory. # $$shadowed($$PWD) maps this file's source dir (the repo root) to its build-tree # counterpart, so all component resolves the same value regardless of depth in the tree. # Used by codegen.pri to place ONE shared Python venv instead of one per component. BUILD_ROOT = $$shadowed($$PWD) # individual .pro files can also set these options for standalone builds CONFIG += c++20 QMAKE_CXXFLAGS += -Wall -Werror -Wextra