-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
6.6
-
None
-
macOS
Android13 device
-
-
c768ec64b (dev)
-
2024wk36s2FOQtforAndroid
In the Manifest:
android:versionName="-- %%INSERT_VERSION_NAME%% --"> android:versionCode="-- %%INSERT_VERSION_CODE%% --"
I can easy set the value from CMakeLists.txt:
set(QT_ANDROID_VERSION_NAME ${MY_APP_VERSION}) set(QT_ANDROID_VERSION_CODE ${MY_APP_CODE}) set_target_properties(${MY_APP} PROPERTIES QT_ANDROID_VERSION_NAME ${QT_ANDROID_VERSION_NAME} QT_ANDROID_VERSION_CODE ${QT_ANDROID_VERSION_CODE} )
I also would like to set
android:label="-- %%INSERT_APP_NAME%% --"
but didn't found a way
tried QT_ANDROID_APP_NAME or ANDROID_APP_NAME or APP_NAME
Would be great to be able to set the labels from CMake
- mentioned in
-
Page Loading...
For Gerrit Dashboard: QTBUG-121825 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
589290,3 | CMake:Android: add property QT_ANDROID_APP_NAME to set app name | dev | qt/qtbase | Status: MERGED | +2 | 0 |