aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-05-06 19:42:37 +0200
committerRiccardo Spagni <ric@spagni.net>2017-05-06 19:42:37 +0200
commitf6e7b79e81555f46f2da256fbb587a71aa4767f7 (patch)
treeeb72b5bdb457b6ccf92db88cde7ca364f31242b2
parentd744d393f9a3b247390cd0402c937f5a23e57076 (diff)
parent336726e82f77b63d0d22c73e08069262b458e819 (diff)
downloadmonzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.tar.gz
monzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.tar.xz
monzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.zip
Merge pull request #717
336726e add easylogging requires #2015 (Jaquee)
-rwxr-xr-xget_libwallet_api.sh2
-rw-r--r--monero-wallet-gui.pro3
2 files changed, 4 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 06cde6c6..7203838a 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -226,6 +226,8 @@ fi
# build install epee
eval make -C $MONERO_DIR/build/release/contrib/epee all install
+# install easylogging
+eval make -C $MONERO_DIR/build/release/external/easylogging++ all install
# Install libunwind
echo "Installing libunbound..."
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 727730c7..3dfa0d5f 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -90,7 +90,8 @@ ios:arm64 {
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
- -lunbound
+ -lunbound \
+ -leasylogging
}