Remove code for Android ECM module

Use module provided by qtutilities instead
This commit is contained in:
Martchus 2018-12-22 02:07:49 +01:00
parent b16d91287d
commit 22795dac8a
1 changed files with 0 additions and 5 deletions

View File

@ -441,11 +441,6 @@ if(NOT META_NO_INSTALL_TARGETS AND ENABLE_INSTALL_TARGETS)
)
endif()
# ensure libraries are found when creating APK
if(ANDROID)
list(APPEND ECM_ADDITIONAL_FIND_ROOT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
endif()
# add install target for header files
if(NOT META_IS_PLUGIN)
foreach(HEADER_FILE ${HEADER_FILES} ${ADDITIONAL_HEADER_FILES})