From 22795dac8afb9118c5095e7fc1af6e1050248eed Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 22 Dec 2018 02:07:49 +0100 Subject: [PATCH] Remove code for Android ECM module Use module provided by qtutilities instead --- cmake/modules/LibraryTarget.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/modules/LibraryTarget.cmake b/cmake/modules/LibraryTarget.cmake index 6e96944..9f3d3b7 100644 --- a/cmake/modules/LibraryTarget.cmake +++ b/cmake/modules/LibraryTarget.cmake @@ -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})