forked from Public/monero-gui
integrating libwallet
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user