Update instructions for Android builds

The SDK directory needs to be explicitly specified for Qt's helpers
to find it.
This commit is contained in:
Martchus 2023-03-11 17:13:14 +01:00
parent 3956b5f3e9
commit 54181e21be
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ podman container exec -it archlinux-devel-container bash -c '
-S /src/c++/cmake/subdirs/passwordmanager \
-B /build/passwordmanager-android-$android_arch-release \
-DCMAKE_FIND_ROOT_PATH="${ANDROID_PREFIX}" \
-DANDROID_SDK_ROOT="${ANDROID_HOME}" \
-DPKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/android-$android_arch-pkg-config \
-DQT_PACKAGE_PREFIX:STRING=Qt6 \
-DKF_PACKAGE_PREFIX:STRING=KF6'