Chore: update openssl lib path
This commit is contained in:
parent
484fb8d7a9
commit
ce67df3416
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.pro.user*
|
*.pro.user*
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
outputs
|
||||||
|
|
|
@ -91,7 +91,8 @@ android {
|
||||||
ANDROID_VERSION_CODE = $$droidVersionCode($$ANDROID_VERSION_NAME)
|
ANDROID_VERSION_CODE = $$droidVersionCode($$ANDROID_VERSION_NAME)
|
||||||
ANDROID_TARGET_SDK_VERSION = 29
|
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
|
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue