Android:CMake: add \cmakepropertysince to packaging type properties

QT_ANDROID_SYSTEM_LIBS_PREFIX and QT_ANDROID_NO_DEPLOY_QT_LIBS were
added in Qt 6.4, but they were missing \cmakepropertysince 6.4.

Change-Id: Ife0f68e79d331f4923d1015431f5af65d80dca36
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 51474d795a4c801933f9444b73d536fb1c407e72)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 44b706457e1a586a0cea896a6d8b1173609a149b)
This commit is contained in:
Assam Boudjelthia 2025-01-31 14:45:36 +02:00 committed by Qt Cherry-pick Bot
parent 34f9106f3c
commit 6be8e06784

View File

@ -435,6 +435,7 @@ and overwritten by that command.
\summary {Specifies the location of Qt libraries on the target device.} \summary {Specifies the location of Qt libraries on the target device.}
\cmakepropertysince 6.4
\cmakepropertyandroidonly \cmakepropertyandroidonly
This property can be set to provide a path to Qt libraries on the target device, This property can be set to provide a path to Qt libraries on the target device,
@ -452,6 +453,7 @@ when those libraries are installed outside app's native (JNI) library directory.
\summary {Whether Qt shared libraries are packaged in the APK on Android.} \summary {Whether Qt shared libraries are packaged in the APK on Android.}
\cmakepropertysince 6.4
\cmakepropertyandroidonly \cmakepropertyandroidonly
This property can be set to not package Qt shared libraries inside the APK when This property can be set to not package Qt shared libraries inside the APK when