mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-08 12:07:55 +08:00
Task-number: QTQAINFRA-7196 Change-Id: I56027e54391cbd90c8ff17ff670ad6551c3bcc0f Reviewed-by: Simo Fält <simo.falt@qt.io>
8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2024 The Qt Company Ltd
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/macos/enable_vnc.sh
|
|
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"
|