build: adjusted with bitmonero->monero renamings;

build: temporary disabled link with 'libunwind' due Ubuntu issues
This commit is contained in:
Ilya Kitaev
2016-09-19 16:45:34 +03:00
parent 6e5f5e1ded
commit 3cc318eb5d
3 changed files with 31 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ TEMPLATE = app
QT += qml quick widgets
WALLET_ROOT=$$PWD/bitmonero
WALLET_ROOT=$$PWD/monero
CONFIG += c++11
@@ -86,7 +86,8 @@ linux {
-lssl \
-lcrypto \
-Wl,-Bdynamic \
-lunwind \
# currently monero has an issue with "static" build and linunwind-dev
# -lunwind \
-ldl
}