mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-10 04:58:08 +08:00
An auto-hidden dock can cause test flakiness by window resizes and mouse cursor / focus issues when the autohide is toggled. Disable it on macOS platforms >= 14. Task-number: QTQAINFRA-7765 Change-Id: Ie488bccd43c203e5bb9a96e731874bab12c2012c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
8 lines
244 B
Bash
Executable File
8 lines
244 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2023 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/macos/disable-dock-autohide.sh"
|