From ce67df34164a05d9fdfb85eaa61437796f825649 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 3 Aug 2022 12:50:15 +0200 Subject: [PATCH] Chore: update openssl lib path --- .gitignore | 1 + blueROCK.pro | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00762ba..aa7c59f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pro.user* *.DS_Store +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 }