mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 16:49:20 -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
2d8493fe02
commit
fa71ed25ba
3 changed files with 38 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue