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
This commit is contained in:
Gioacchino Mazzurco 2018-01-29 13:26:43 +01:00
parent cda44efc1a
commit cd4a925697

View File

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