mirror of
https://github.com/QuasarApp/qt-android-cmake.git
synced 2025-04-27 06:04:34 +00:00
Added the --tsa option to avoid a warning when signing the APK
This commit is contained in:
parent
ace39635db
commit
88cf6b319a
@ -152,7 +152,7 @@ macro(add_qt_android_apk TARGET SOURCE_TARGET)
|
||||
|
||||
# check if the apk must be signed
|
||||
if(ARG_KEYSTORE)
|
||||
set(SIGN_OPTIONS --release --sign ${ARG_KEYSTORE})
|
||||
set(SIGN_OPTIONS --release --sign ${ARG_KEYSTORE} --tsa http://timestamp.digicert.com)
|
||||
if(ARG_KEYSTORE_PASSWORD)
|
||||
set(SIGN_OPTIONS ${SIGN_OPTIONS} --storepass ${ARG_KEYSTORE_PASSWORD})
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user