mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Make Android OpenSSL support optional
This commit is contained in:
parent
c9b06ba3cf
commit
c9930a7aa3
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
||||
with:
|
||||
aqtversion: '==2.1.0'
|
||||
version: '6.3.0'
|
||||
host: 'linux'
|
||||
target: 'android'
|
||||
arch: 'android_armv7'
|
||||
- name: Configure build
|
||||
|
@ -545,7 +545,9 @@ android {
|
||||
return($$first(vCode)$$first(suffix))
|
||||
}
|
||||
|
||||
include($$OPENSSL_PATH/openssl.pri)
|
||||
!include($$OPENSSL_PATH/openssl.pri) {
|
||||
message("OpenSSL not found, building without HTTPS support!")
|
||||
}
|
||||
|
||||
ANDROID_VERSION_NAME = $$VERSION
|
||||
ANDROID_VERSION_CODE = $$versionCode($$ANDROID_VERSION_NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user