forked from Public/monero-gui
new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
This commit is contained in:
@@ -18,7 +18,8 @@ HEADERS += \
|
||||
src/libwalletqt/Wallet.h \
|
||||
src/libwalletqt/PendingTransaction.h \
|
||||
src/libwalletqt/TransactionHistory.h \
|
||||
src/libwalletqt/TransactionInfo.h
|
||||
src/libwalletqt/TransactionInfo.h \
|
||||
oshelper.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
@@ -29,7 +30,8 @@ SOURCES += main.cpp \
|
||||
src/libwalletqt/Wallet.cpp \
|
||||
src/libwalletqt/PendingTransaction.cpp \
|
||||
src/libwalletqt/TransactionHistory.cpp \
|
||||
src/libwalletqt/TransactionInfo.cpp
|
||||
src/libwalletqt/TransactionInfo.cpp \
|
||||
oshelper.cpp
|
||||
|
||||
lupdate_only {
|
||||
SOURCES = *.qml \
|
||||
|
||||
Reference in New Issue
Block a user