Adapt APK build to Qt 5.15.8

This should fix the binary factory build, but it unfortunately not backward
compatible below Qt 5.15.8. Qt 6 will need the same changes anyway, so it's
not all bad at least.
This commit is contained in:
Volker Krause
2023-01-19 17:17:47 +01:00
parent a739f0f09f
commit 8e83b923d9
3 changed files with 10 additions and 5 deletions

View File

@@ -11,6 +11,9 @@ set(PROJECT_VERSION "22.11")
set(KF5_MIN_VERSION "5.91.0")
set(QT_MIN_VERSION "5.15.2")
if (ANDROID)
set(QT_MIN_VERSION "5.15.8")
endif()
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)