mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fix android compilation with newer Qt
In lastest Qt versions linux-* mkspec doesn't match android anymore, this was triggering a compilation error as DATA_DIR was not defined the RsAccountsDetail::PathDataDirectory(bool check) code has been rearranged so it works reasonably also on Android and do not depend on DATA_DIR define anymore Updated Android compiling documentation
This commit is contained in:
parent
ebf99a4eaf
commit
034d88c4e2
6 changed files with 11 additions and 12 deletions
|
@ -6,4 +6,4 @@
|
|||
androidBuildToolsVersion=24.0.1
|
||||
androidCompileSdkVersion=23
|
||||
buildDir=.build
|
||||
qt5AndroidDir=/opt/Qt5.8.0/5.8/android_armv7/src/android/java
|
||||
qt5AndroidDir=/opt/Qt/5.9.2/android_armv7/src/android/java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue