aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Android.cmake
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2018-04-17 18:34:23 +0200
committerAleix Pol <aleixpol@kde.org>2018-04-17 18:36:00 +0200
commit89fd1b3f39eae88658406486500cd46aa22889fb (patch)
treefc6851f83e7ceec8ec53966d7941a985d5f866eb /toolchain/Android.cmake
parentdbe4d2d7f9d6e8179d38a73481e59d5ebb4c43fe (diff)
downloadextra-cmake-modules-89fd1b3f39eae88658406486500cd46aa22889fb.tar.gz
extra-cmake-modules-89fd1b3f39eae88658406486500cd46aa22889fb.tar.bz2
Android: fix dumb mistakes
Use the variable we just created to look up Qt5. Remove debug warning.
Diffstat (limited to 'toolchain/Android.cmake')
-rw-r--r--toolchain/Android.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake
index 8254304c..517aabec 100644
--- a/toolchain/Android.cmake
+++ b/toolchain/Android.cmake
@@ -197,7 +197,6 @@ if(DEFINED QTANDROID_EXPORTED_TARGET AND NOT TARGET "create-apk")
if(APK_DIR AND NOT EXISTS "${APK_DIR}/AndroidManifest.xml")
message(FATAL_ERROR "Cannot find ${APK_DIR}/AndroidManifest.xml according to ANDROID_APK_DIR. ${ANDROID_APK_DIR} ${exportedTarget}")
endif()
- message(WARNING "${idx} ${last} -- ecm_androiddeployqt(\"${exportedTarget}\" \"${ECM_ADDITIONAL_FIND_ROOT_PATH}\" \"${APK_DIR}\")")
ecm_androiddeployqt("${exportedTarget}" "${ECM_ADDITIONAL_FIND_ROOT_PATH}" "${APK_DIR}")
endforeach()
else()