forked from Public/monero-gui
Merge pull request #1358
341ac18log qt/qml to easylogging, add --log-file cmdline option92582a9delete unused WalletManager functionsc9daab7don't use cmdline arguments as daemon arguments7283fe4use qWarning/qCritical on QrCodeScanner info/errors15155f2print logs on console
This commit is contained in:
@@ -45,6 +45,7 @@ HEADERS += \
|
||||
src/libwalletqt/Subaddress.h \
|
||||
src/zxcvbn-c/zxcvbn.h \
|
||||
src/libwalletqt/UnsignedTransaction.h \
|
||||
Logger.h \
|
||||
MainApp.h
|
||||
|
||||
SOURCES += main.cpp \
|
||||
@@ -70,6 +71,7 @@ SOURCES += main.cpp \
|
||||
src/libwalletqt/Subaddress.cpp \
|
||||
src/zxcvbn-c/zxcvbn.c \
|
||||
src/libwalletqt/UnsignedTransaction.cpp \
|
||||
Logger.cpp \
|
||||
MainApp.cpp
|
||||
|
||||
CONFIG(DISABLE_PASS_STRENGTH_METER) {
|
||||
|
||||
Reference in New Issue
Block a user