Android: Disable password strength meter

This commit is contained in:
MoroccanMalinois
2017-12-24 01:29:08 +00:00
parent 64ce0e62e2
commit 83efc3893b
4 changed files with 17 additions and 3 deletions

View File

@@ -62,6 +62,12 @@ SOURCES += main.cpp \
src/libwalletqt/UnsignedTransaction.cpp \
MainApp.cpp
CONFIG(DISABLE_PASS_STRENGTH_METER) {
HEADERS -= src/zxcvbn-c/zxcvbn.h
SOURCES -= src/zxcvbn-c/zxcvbn.c
DEFINES += "DISABLE_PASS_STRENGTH_METER"
}
!ios {
HEADERS += src/daemon/DaemonManager.h
SOURCES += src/daemon/DaemonManager.cpp