(Android) Localization message catalog files are no longer compiled via the CMake configuration

This commit is contained in:
Leon Styhre 2024-07-04 20:30:47 +02:00
parent 36215d9d67
commit 311ad93337

View file

@ -291,6 +291,7 @@ endif()
if(ANDROID)
set(BUNDLED_CERTS ON)
set(COMPILE_LOCALIZATIONS OFF)
add_compile_definitions(ANDROID_VERSION_CODE=${ANDROID_VERSION_CODE})
add_compile_definitions(ANDROID_APPLICATION_ID="org.es_de.frontend")
endif()