mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-11 23:06:07 +08:00
Documentation targets moved to nightly - QTBUG-125212 [CI Platforms] Ubuntu 24.04 has gcc 13.2.0 . Task-number: QTQAINFRA-6112 Task-number: QTQAINFRA-6098 Task-number: QTQAINFRA-6203 Change-Id: I2f7d24ed13f6a318d738e9cd2f607e928c6bb8a2 Reviewed-by: Liang Qi <liang.qi@qt.io>
7 lines
289 B
Bash
7 lines
289 B
Bash
#!/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
|
|
|
|
# shellcheck source=../common/linux/disable-notifications.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/disable-notifications.sh"
|