mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
enable terminal login and webui passwd except on android
This commit is contained in:
parent
0fdbcf6b57
commit
2123ad7645
1 changed files with 8 additions and 4 deletions
|
@ -207,13 +207,13 @@ rs_no_webui:CONFIG -= rs_webui
|
||||||
|
|
||||||
# To enable webui append the following assignation to qmake
|
# To enable webui append the following assignation to qmake
|
||||||
# command line "CONFIG+=rs_service_webui_terminal_password"
|
# command line "CONFIG+=rs_service_webui_terminal_password"
|
||||||
CONFIG *= no_rs_service_webui_terminal_password
|
CONFIG *= rs_service_webui_terminal_password
|
||||||
rs_service_webui_terminal_password:CONFIG -= no_rs_service_webui_terminal_password
|
no_rs_service_webui_terminal_password:CONFIG -= rs_service_webui_terminal_password
|
||||||
|
|
||||||
# To enable retroshare-service terminal login append the following assignation
|
# To enable retroshare-service terminal login append the following assignation
|
||||||
# to qmake command line "CONFIG+=rs_service_terminal_login"
|
# to qmake command line "CONFIG+=rs_service_terminal_login"
|
||||||
CONFIG *= no_rs_service_terminal_login
|
CONFIG *= rs_service_terminal_login
|
||||||
rs_service_terminal_login:CONFIG -= no_rs_service_terminal_login
|
no_rs_service_terminal_login:CONFIG -= rs_service_terminal_login
|
||||||
|
|
||||||
# Specify host precompiled jsonapi-generator path, appending the following
|
# Specify host precompiled jsonapi-generator path, appending the following
|
||||||
# assignation to qmake command line
|
# assignation to qmake command line
|
||||||
|
@ -652,6 +652,10 @@ android-* {
|
||||||
}
|
}
|
||||||
CONFIG *= no_libresapihttpserver
|
CONFIG *= no_libresapihttpserver
|
||||||
CONFIG -= libresapihttpserver
|
CONFIG -= libresapihttpserver
|
||||||
|
|
||||||
|
CONFIG += no_rs_service_terminal_login
|
||||||
|
CONFIG += no_rs_service_webui_terminal_password
|
||||||
|
|
||||||
QT *= androidextras
|
QT *= androidextras
|
||||||
INCLUDEPATH *= $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
|
INCLUDEPATH *= $$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/include
|
||||||
QMAKE_LIBDIR *= "$$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/lib/"
|
QMAKE_LIBDIR *= "$$NATIVE_LIBS_TOOLCHAIN_PATH/sysroot/usr/lib/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue