IPC and custom protocol handler for monero://

This commit is contained in:
dsc
2019-03-22 21:02:08 +01:00
committed by xmrdsc
parent ff6ce6294b
commit 18f2accc7f
13 changed files with 354 additions and 15 deletions

View File

@@ -61,7 +61,10 @@ HEADERS += \
src/zxcvbn-c/zxcvbn.h \
src/libwalletqt/UnsignedTransaction.h \
Logger.h \
MainApp.h
MainApp.h \
src/qt/ipc.h \
src/qt/mime.h \
src/qt/utils.h
SOURCES += main.cpp \
filter.cpp \
@@ -89,7 +92,10 @@ SOURCES += main.cpp \
src/zxcvbn-c/zxcvbn.c \
src/libwalletqt/UnsignedTransaction.cpp \
Logger.cpp \
MainApp.cpp
MainApp.cpp \
src/qt/ipc.cpp \
src/qt/mime.cpp \
src/qt/utils.cpp
CONFIG(DISABLE_PASS_STRENGTH_METER) {
HEADERS -= src/zxcvbn-c/zxcvbn.h