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.

Pick-to: 6.9 6.8
Change-Id: Ife0f68e79d331f4923d1015431f5af65d80dca36
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Assam Boudjelthia 2025-01-31 14:45:36 +02:00
parent 2abc459479
commit 51474d795a

View File

@ -546,6 +546,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,
@ -563,6 +564,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