File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
packages/qreal-base/ru.qreal.root.languages.russian/meta Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ case "$(uname)" in
6767 sudo yum install -y --setopt=install_weak_deps=False libX11-xcb libXext libxkbcommon-x11 fontconfig freetype libXrender
6868 # libQt5WaylandCompositor.so.5.15: libQt5Quick.so.5 libQt5Qml.so.5 libQt5QmlModels.so.5
6969 modules=(" qtscript" " qtwaylandcompositor" )
70- archives=(" qtbase" " qtmultimedia" " qtsvg" " qtscript" " qttools" " qtserialport" " qtimageformats" " icu" " qtwayland" " qtdeclarative" )
70+ archives=(" qtbase" " qtmultimedia" " qtsvg" " qtscript" " qttools" " qtserialport" " qtimageformats" " icu" " qtwayland" " qtdeclarative" " qttranslations " )
7171 install_qt linux desktop " $TRIK_QT_VERSION " " $HOME /Qt" $modules $archives
7272 QT_ROOT_DIR=$( ls -1d " $HOME " /Qt/$TRIK_QT_VERSION * /gcc_64 | head -n 1)
7373 echo " $QT_ROOT_DIR /bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 2323export QT_LIB=$( cygpath -u $( " $QT_DIR " /qmake -query " $qt_query_key " ) )
2424
2525export QT_PLUGINS=$( cygpath -u $( " $QT_DIR " /qmake -query QT_INSTALL_PLUGINS) )
26+ export QT_TRANSLATIONS=$( cygpath -u $( " $QT_DIR " /qmake -query QT_INSTALL_TRANSLATIONS) )
2627export QTIFW_DIR=$( realpath $( cygpath -u " $2 " ) )
2728export PRODUCT=" $3 "
2829export OS=" $OSTYPE "
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ cd "$(dirname "$0")"
66
77mkdir -p " $PWD " /../data/translations
88rsync -a " $BIN_DIR " /translations/ru " $PWD " /../data/translations
9+ ls " $QT_TRANSLATIONS "
10+ rsync -a " $QT_TRANSLATIONS " /* ru.qm " $PWD " /../data/translations
You can’t perform that action at this time.
0 commit comments