mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-08 07:56:54 +08:00
Logs more version information to make easier to reproduce build. Logs macOS build version, homebrew installed packages and apple's installer installed packages. Change-Id: Ia9f2842a3fd2e8e0acf1667c7435a19c7a878aed Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
$BASEDIR/../common/macos/macos-version.sh
|