mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Implemented login on Retroshare Android QML App
Login works fine but soon after retroshare-android-service crashes probably when trying to determine local address (getLocalAddresses) Added RsLoginPassView.qml generic login/pass/button view retroshare-android-service can be build as a separate app on non-android systems
This commit is contained in:
parent
8d6d3d1894
commit
c12cfd60b8
9 changed files with 195 additions and 74 deletions
|
@ -8,7 +8,8 @@ QT -= gui
|
|||
CONFIG += c++11
|
||||
CONFIG += dll
|
||||
|
||||
TEMPLATE = lib
|
||||
android-g++:TEMPLATE = lib
|
||||
!android-g++:TEMPLATE = app
|
||||
|
||||
SOURCES += service.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue