Merge branch 'getcommit'

This commit is contained in:
Dorian Zedler 2022-08-03 12:51:57 +02:00
commit 455c4044c2
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.DS_Store
.bundle
vendor
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
}