From 82f54a03c240da96938fdccde8a391bcbd1a8a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Tue, 9 Mar 2021 12:52:20 +0100 Subject: [PATCH] update release scripts with Qt 5.15.2 version (+ Qt5Script no longer needed) --- release_scripts/linux/build.sh | 2 +- release_scripts/linux/package.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/release_scripts/linux/build.sh b/release_scripts/linux/build.sh index d9fccd23..69f73054 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.14.2/gcc_64" + QT_PATH="/home/dev/Qt/5.15.2/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 f3b35afe..4026b3c8 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.14.2/gcc_64" + QT_PATH="/home/dev/Qt/5.15.2/gcc_64" QT_PLUGINS_SOURCE_PATH="$QT_PATH/plugins" GUI_TRANSLATIONS_DIRECTORY_PATH="/usr/share/qt5/translations" QT_LIBRARY_SOURCE_PATH="$QT_PATH/lib" @@ -227,7 +227,6 @@ if $BUNDLE_QT; then copyQtLibrary libQt5Qml copyQtLibrary libQt5QmlModels copyQtLibrary libQt5Quick - copyQtLibrary libQt5Script copyQtLibrary libQt5Sensors copyQtLibrary libQt5Sql copyQtLibrary libQt5Svg