integrating libwallet

This commit is contained in:
Ilya Kitaev
2016-05-17 16:03:59 +03:00
parent 382fa30283
commit f9e0916776
3 changed files with 50 additions and 6 deletions

View File

@@ -2,8 +2,14 @@ TEMPLATE = app
QT += qml quick widgets
WALLET_ROOT=$$PWD/bitmonero
CONFIG += c++11
INCLUDEPATH += $$WALLET_ROOT/include
message($$INCLUDEPATH)
HEADERS += \
filter.h \
clipboardAdapter.h \
@@ -26,6 +32,8 @@ SOURCES = *.qml \
wizard/*.qml
}
LIBS += -L$$WALLET_ROOT/lib -lwallet
# translations files;
TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated)
monero-core_de.ts # Deutsch
@@ -71,9 +79,3 @@ OTHER_FILES += \
DISTFILES += \
notes.txt