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 ####################