From 42d064a613d7845faa3a51e4685c4e636db4973b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 10:29:12 -0800 Subject: [PATCH] add a comment to push build count --- cmake/android/QtCreateAPK.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/android/QtCreateAPK.cmake b/cmake/android/QtCreateAPK.cmake index 9b5bdfd4c4..3d757d481b 100644 --- a/cmake/android/QtCreateAPK.cmake +++ b/cmake/android/QtCreateAPK.cmake @@ -125,6 +125,7 @@ macro(qt_create_apk) DEPENDS ${TARGET_NAME} ${TARGET_NAME}-copy-res ${TARGET_NAME}-copy-assets ${TARGET_NAME}-copy-java ${TARGET_NAME}-copy-libs ) + # rename the APK if the caller asked us to if (ANDROID_APK_CUSTOM_NAME) add_custom_command( TARGET ${TARGET_NAME}-apk