add support for building app on android.

This commit is contained in:
2020-06-28 21:25:44 -04:00
parent 5479b04190
commit a3be9379c2
7 changed files with 138 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ include(FeatureSummary)
################# set KDE specific information #################
find_package(ECM 0.0.8 REQUIRED NO_MODULE)
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})