update release scripts with Qt 5.15.2 version (+ Qt5Script no longer needed)

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent 0611fafed1
commit 82f54a03c2
  1. 2
      release_scripts/linux/build.sh
  2. 3
      release_scripts/linux/package.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"

@ -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

Loading…
Cancel
Save