mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-04 04:36:36 +08:00
Add Squish provisioning to linux on arm and windows on arm machines also. Pick-to: 6.8 6.7 Change-Id: I52f0e8fc4931efd7c7fcf36c555cbae76e2f347b Reviewed-by: Simo Fält <simo.falt@qt.io>
7 lines
227 B
Bash
7 lines
227 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
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/squishInstall.sh"
|
|
|