Android:CMake: remove \preliminarycmakeproperty for non-preliminary cases

Those Android CMake properties have been carrying the documentation tag
of \preliminarycmakeproperty by mistake.

Change-Id: I739fee2f078300427557a29b25e1898d57cf04d7
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 2abc4594791823f1e56d692df38ede69f83e45cf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6f6c291beb17e1033cbb6952498245b317a69fa3)
bb10
Assam Boudjelthia 2025-01-31 01:29:59 +02:00 committed by Qt Cherry-pick Bot
parent a94b329011
commit 974dbb9454
1 changed files with 0 additions and 11 deletions

View File

@ -56,7 +56,6 @@ is listed before its dependencies, it will fail to load on some devices.
\summary {Extra libraries to deploy with the target.}
\cmakepropertysince 6.0
\preliminarycmakeproperty
\cmakepropertyandroidonly
A list of external libraries that will be copied into your application's
@ -129,7 +128,6 @@ set_target_properties(MyApp PROPERTIES
\summary {Extra Qt plugins to deploy with the target.}
\cmakepropertysince 6.0
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies a path to C++ plugins or resources that your application has to bundle
@ -161,7 +159,6 @@ mangling is applied to the plugin library.
\summary {Minimum Android SDK version.}
\cmakepropertysince 6.1
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the minimum Android API level for the target.
@ -181,7 +178,6 @@ Specifies the minimum Android API level for the target.
\summary {Path to a custom Android package template.}
\cmakepropertysince 6.0
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the path for a custom Android package template. The Android package
@ -215,7 +211,6 @@ then place this directly into the directory specified by this variable.
\summary {Android target SDK version.}
\cmakepropertysince 6.1
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the target Android API level for the target.
@ -235,7 +230,6 @@ Specifies the target Android API level for the target.
\summary {Revision of Android build tools to use.}
\cmakepropertysince 6.0
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the Android SDK build tools revision to use. If this is not set then
@ -311,7 +305,6 @@ For more information, see Android's
\summary {Internal Android app version.}
\cmakepropertysince 6.1
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the app's version number. This is usually a number that
@ -334,7 +327,6 @@ For more information, see \l{Android: App Versioning}{Android App Versioning}.
\summary {Human-readable Android app version.}
\cmakepropertysince 6.1
\preliminarycmakeproperty
\cmakepropertyandroidonly
Specifies the app's version as a human readable string, usually three
@ -357,7 +349,6 @@ For more information, see \l{Android: App Versioning}{Android App Versioning}.
\summary {List of ABIs that packages of a single target are built for.}
\cmakepropertysince 6.3
\preliminarycmakeproperty
\cmakepropertyandroidonly
By setting the \c{QT_ANDROID_ABIS} property for a target, it's possible to control
@ -444,7 +435,6 @@ and overwritten by that command.
\summary {Specifies the location of Qt libraries on the target device.}
\preliminarycmakeproperty
\cmakepropertyandroidonly
This property can be set to provide a path to Qt libraries on the target device,
@ -462,7 +452,6 @@ when those libraries are installed outside app's native (JNI) library directory.
\summary {Whether Qt shared libraries are packaged in the APK on Android.}
\preliminarycmakeproperty
\cmakepropertyandroidonly
This property can be set to not package Qt shared libraries inside the APK when