mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-15 08:46:00 +08:00
The provisioning scripts for Mimer SQL is missing in RHEL 8.6 and RHEL 8.8 and therefore the Mimer SQL QtSql plugin is not built Fixes: QTBUG-111219 Pick-to: 6.6 Change-Id: I9c12b7d94ab7b047ed08b46043ad16586968ecfd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
9 lines
253 B
Bash
Executable File
9 lines
253 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (C) 2022 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/linux/mimersql.sh" "openssl-1" "rpm"
|