From cd4a92569706d7f65acf467216def5d90b0d30ce Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 29 Jan 2018 13:26:43 +0100 Subject: [PATCH] Install bdboot.txt in Android DHT now works on android as bdboot.txt is bundled as android asset Update Android documentation as DHT works on Android after this commit --- src/libbitdht.pro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libbitdht.pro b/src/libbitdht.pro index 738deea..ad6986f 100644 --- a/src/libbitdht.pro +++ b/src/libbitdht.pro @@ -46,6 +46,12 @@ unix { INSTALLS += data_files } +android-* { + # see https://community.kde.org/Necessitas/Assets + bdboot.files=bitdht/bdboot.txt + bdboot.path=/assets/values + INSTALLS += bdboot +} #################### Cross compilation for windows under Linux ####################