started integrating wallet library

This commit is contained in:
Ilya Kitaev
2016-02-23 18:59:26 +03:00
parent 921d16a458
commit 1195a89d06
12 changed files with 105 additions and 15 deletions

View File

@@ -2,16 +2,22 @@ TEMPLATE = app
QT += qml quick widgets
HEADERS += \
filter.h \
clipboardAdapter.h \
oscursor.h
oscursor.h \
Wallet2Adaptor.h \
WalletManager.h \
Wallet.h
SOURCES += main.cpp \
filter.cpp \
clipboardAdapter.cpp \
oscursor.cpp
oscursor.cpp \
WalletManager.cpp \
Wallet.cpp
lupdate_only {
SOURCES = *.qml \
@@ -63,6 +69,9 @@ OTHER_FILES += \
monero-core_de.ts \
monero-core_en.ts
DISTFILES += \
notes.txt