build against libwallet_merged and boost libs

This commit is contained in:
Ilya Kitaev
2016-05-27 11:00:26 +03:00
parent f9e0916776
commit 238d582b17
2 changed files with 11 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ CONFIG += c++11
INCLUDEPATH += $$WALLET_ROOT/include
message($$INCLUDEPATH)
HEADERS += \
filter.h \
@@ -32,7 +31,16 @@ SOURCES = *.qml \
wizard/*.qml
}
LIBS += -L$$WALLET_ROOT/lib -lwallet
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lboost_serialization \
-lboost_thread \
-lboost_system \
-lboost_date_time \
-lboost_filesystem \
-lboost_regex
# translations files;
TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated)