diff --git a/.gitignore b/.gitignore index 50ef918..6acdb61 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.DS_Store .bundle vendor +outputs diff --git a/blueROCK.pro b/blueROCK.pro index a6949d2..9899911 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -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 }