Merge branch 'getcommit'
This commit is contained in:
commit
455c4044c2
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.bundle
|
.bundle
|
||||||
vendor
|
vendor
|
||||||
|
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