From 5ad34647f7dc1f51d4da5681f257ddfd7165bf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Tue, 25 May 2021 16:08:02 +0200 Subject: [PATCH] using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (linux) --- release_scripts/linux/build.sh | 2 +- release_scripts/linux/package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release_scripts/linux/build.sh b/release_scripts/linux/build.sh index 69f73054..3918fc43 100755 --- a/release_scripts/linux/build.sh +++ b/release_scripts/linux/build.sh @@ -26,7 +26,7 @@ initializeVariables() PRODUCT_PATH="$BUILD_DIR/product" # Qt installation path. This may vary across machines - QT_PATH="/home/dev/Qt/5.15.2/gcc_64" + QT_PATH="/home/dev/Qt/5.15.0/gcc_64" PLUGINS_PATH="$QT_PATH/plugins" GUI_TRANSLATIONS_DIRECTORY_PATH="/usr/share/qt5/translations" QMAKE_PATH="$QT_PATH/bin/qmake" diff --git a/release_scripts/linux/package.sh b/release_scripts/linux/package.sh index 0d13ab85..c53e3081 100755 --- a/release_scripts/linux/package.sh +++ b/release_scripts/linux/package.sh @@ -88,7 +88,7 @@ initializeVariables() BUNDLE_QT=true # Qt installation path. This may vary across machines - QT_PATH="/home/dev/Qt/5.15.2/gcc_64" + QT_PATH="/home/dev/Qt/5.15.0/gcc_64" QT_PLUGINS_SOURCE_PATH="$QT_PATH/plugins" GUI_TRANSLATIONS_DIRECTORY_PATH="/usr/share/qt5/translations" QT_LIBRARY_SOURCE_PATH="$QT_PATH/lib"