summaryrefslogtreecommitdiffstats
path: root/cmake/QtPlatformAndroid.cmake
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-28 16:00:32 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-28 17:25:19 +0000
commitbfd07072fed89c10470560efe2ab545c56c302e0 (patch)
tree64c968dcf57ffa5125340379f609026e56a3e264 /cmake/QtPlatformAndroid.cmake
parent3d54f47ceaf824c5b8f2346cb9557cbc39aca9fc (diff)
CMake: make QT_ANDROID_DEPLOYMENT_SETTINGS_FILE consistent with qmake
Make name format of QT_ANDROID_DEPLOYMENT_SETTINGS_FILE consistent with qmake, that is android-${target}-deployment-settings.json. Task-number: QTCREATORBUG-24678 Change-Id: I2bdb056cf7a82fd83aaf658f3a405a0c9ef05756 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtPlatformAndroid.cmake')
-rw-r--r--cmake/QtPlatformAndroid.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtPlatformAndroid.cmake b/cmake/QtPlatformAndroid.cmake
index e832e02964..62fc7fe8cf 100644
--- a/cmake/QtPlatformAndroid.cmake
+++ b/cmake/QtPlatformAndroid.cmake
@@ -142,9 +142,9 @@ define_property(TARGET
PROPERTY
QT_ANDROID_DEPLOYMENT_SETTINGS_FILE
BRIEF_DOCS
- " "
+ "This variable is used to specify the deployment settings JSON file for androiddeployqt."
FULL_DOCS
- " "
+ "This variable points to the path of the deployment settings JSON file, which holds properties required by androiddeployqt to package the Android app."
)
# Add a test for Android which will be run by the android test runner tool