From 497e826476b180a9ef7af17901e1fa5f25f13f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Thu, 1 Oct 2020 14:40:24 +0200 Subject: [PATCH] updated packaging scripts to Qt 5.14 on Linux --- release_scripts/linux/build.sh | 2 +- release_scripts/linux/package.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/release_scripts/linux/build.sh b/release_scripts/linux/build.sh index 42846aeb..d9fccd23 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.13.2/gcc_64" + QT_PATH="/home/dev/Qt/5.14.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 df927033..f1f139e7 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.13.2/gcc_64" + QT_PATH="/home/dev/Qt/5.14.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" @@ -225,6 +225,7 @@ if $BUNDLE_QT; then copyQtLibrary libQt5Positioning copyQtLibrary libQt5PrintSupport copyQtLibrary libQt5Qml + copyQtLibrary libQt5QmlModels copyQtLibrary libQt5Quick copyQtLibrary libQt5Script copyQtLibrary libQt5Sensors