Skip to content

Commit

Permalink
Fixed lupdate and lrelease paths in Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Aug 31, 2023
1 parent e0b00f8 commit 3f08198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/ci/android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export PATH="${PATH}:${ANDROID_HOME}/emulator"
export PATH="${PATH}:${ANDROID_NDK}"
export ORIG_PATH="${PATH}"

LRELEASE_TOOL="${PWD}/build/Qt/${QTVER_ANDROID}/gcc_64/usr/bin/lrelease"
LUPDATE_TOOL="${PWD}/build/Qt/${QTVER_ANDROID}/gcc_64/usr/bin/lupdate"
LRELEASE_TOOL="${PWD}/build/Qt/${QTVER_ANDROID}/gcc_64/bin/lrelease"
LUPDATE_TOOL="${PWD}/build/Qt/${QTVER_ANDROID}/gcc_64/bin/lupdate"

mkdir -p build

Expand Down

0 comments on commit 3f08198

Please sign in to comment.