mirror of
https://github.com/RetroShare/BitDHT.git
synced 2026-09-14 11:05:44 +05:00
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:
parent
cda44efc1a
commit
cd4a925697
@ -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 ####################
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user