Remove the _qt_is_android_executable property

Change-Id: I84095663ded465fa0cba29f4b4c36c2498fdb10f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2025-03-25 10:53:17 +01:00
parent 0a6647a1ed
commit 14081c086f

View File

@ -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()