mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 11:06:12 +08:00
Task-number: QTQAINFRA-6668 Pick-to: 6.8 6.5 Change-Id: I5af8e460059cdcaad22f637e1c92d9a46950f775 Reviewed-by: Axel Spoerl <axel.spoerl@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"
|