summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-22 17:33:24 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-23 17:59:07 +0300
commit1c33b4e7298c016e9a3b45be065cd02fbd337364 (patch)
treec700c133cbe6c60e482cf40a01f9593122bb7aa8 /src/corelib/Qt6AndroidMacros.cmake
parent176136ce60f22ac14335b92aaa473e53b9022bc1 (diff)
CMake: partially revert 00a1e5d
00a1e5da7e1aea373a7e6be1d51e1573ff167dd8 wrongfully added parts of QtPlatformAndroid.cmake which were removed in 32121e9882bc69ad72d8e08ee7c21a684db921c1. This removed the part in question again Change-Id: Ie18968e6a165f52c68f4941ced6add266985bc48 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/Qt6AndroidMacros.cmake')
-rw-r--r--src/corelib/Qt6AndroidMacros.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/Qt6AndroidMacros.cmake b/src/corelib/Qt6AndroidMacros.cmake
index 7b566a7633..b75e255e46 100644
--- a/src/corelib/Qt6AndroidMacros.cmake
+++ b/src/corelib/Qt6AndroidMacros.cmake
@@ -156,6 +156,10 @@ endif()
string(APPEND file_contents
" \"application-binary\": \"${target_output_name}\",\n")
+ # App command-line arguments
+ string(APPEND file_contents
+ " \"android-application-arguments\": \"${QT_ANDROID_APPLICATION_ARGUMENTS}\",\n")
+
# Override qmlimportscanner binary path
set(qml_importscanner_binary_path "${QT_HOST_PATH}/bin/qmlimportscanner")
if (WIN32)