(
  # need to export these for default_build to see them, so do all of this in
  # a subshell
  export QTDIR=$INSTALL_ROOT/usr                    &&
  export CPPFLAGS="-I$INSTALL_ROOT/usr/include/qt"  &&
  default_build
)
