From 51474d795a4c801933f9444b73d536fb1c407e72 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Fri, 31 Jan 2025 14:45:36 +0200 Subject: [PATCH] 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 --- src/corelib/doc/src/cmake/cmake-properties.qdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/doc/src/cmake/cmake-properties.qdoc b/src/corelib/doc/src/cmake/cmake-properties.qdoc index c40b75c3a6d..6df145f87f1 100644 --- a/src/corelib/doc/src/cmake/cmake-properties.qdoc +++ b/src/corelib/doc/src/cmake/cmake-properties.qdoc @@ -546,6 +546,7 @@ and overwritten by that command. \summary {Specifies the location of Qt libraries on the target device.} +\cmakepropertysince 6.4 \cmakepropertyandroidonly 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.} +\cmakepropertysince 6.4 \cmakepropertyandroidonly This property can be set to not package Qt shared libraries inside the APK when