From 14081c086fecf90b6a21160eb8e0a2a4c40054a3 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 25 Mar 2025 10:53:17 +0100 Subject: [PATCH] Remove the _qt_is_android_executable property Change-Id: I84095663ded465fa0cba29f4b4c36c2498fdb10f Reviewed-by: Alexandru Croitor --- src/corelib/Qt6CoreMacros.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index 5d38cd19658..11383661649 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -684,8 +684,6 @@ function(_qt_internal_create_executable target) ) qt6_android_apply_arch_suffix("${target}") - # TODO: remove after the successful submodule update round. - set_property(TARGET "${target}" PROPERTY _qt_is_android_executable TRUE) else() cmake_policy(PUSH) __qt_internal_set_cmp0156()