Merge pull request #965

83efc38 Android: Disable password strength meter

0ece8a9 Android dockerfile: add zmq dependency

dab4d5a Android: use new repo path
This commit is contained in:
luigi1111
2018-01-06 17:14:56 -05:00
6 changed files with 29 additions and 16 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