Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.1
-
None
Description
Changing the QT_ANDROID_VERSION_CODE in CMakeLists.txt forces a re-compilation of the whole project.
set(ANDROID_VERSION_CODE 123) # changing this leads to re-compilation
set_property(TARGET myapp APPEND PROPERTY QT_ANDROID_VERSION_CODE ${ANDROID_VERSION_CODE})