Chore: update openssl lib path

This commit is contained in:
Dorian Zedler 2022-08-03 12:50:15 +02:00
parent 484fb8d7a9
commit ce67df3416
Signed by: dorian
GPG key ID: 989DE36109AFA354
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.pro.user*
*.DS_Store
outputs

View file

@ -91,7 +91,8 @@ android {
ANDROID_VERSION_CODE = $$droidVersionCode($$ANDROID_VERSION_NAME)
ANDROID_TARGET_SDK_VERSION = 29
include(/home/dorian/Android/Sdk/android_openssl/openssl.pri)
ANDROID_HOME = $$(ANDROID_HOME)
include($$ANDROID_HOME/android_openssl/openssl.pri)
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
}