diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-08-07 14:52:50 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-11-03 16:57:11 +0100 |
| commit | 66bb3fe7ac2b4e890ae7b89931f537bbfea1dd46 (patch) | |
| tree | 43e5c8ff8b4e293c2b6b9c4cb65977a056b71c71 | |
| parent | 5e877c793948b55400e45b631d6544186cb53c44 (diff) | |
| download | monzero-gui-66bb3fe7ac2b4e890ae7b89931f537bbfea1dd46.tar.gz monzero-gui-66bb3fe7ac2b4e890ae7b89931f537bbfea1dd46.tar.xz monzero-gui-66bb3fe7ac2b4e890ae7b89931f537bbfea1dd46.zip | |
add easylogging dependency
| -rw-r--r-- | monero-wallet-gui.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 4422fe04..3bb14914 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -116,7 +116,8 @@ ios { LIBS += -L$$WALLET_ROOT/lib-ios \ -lwallet_merged \ -lepee \ - -lunbound + -lunbound \ + -leasylogging LIBS+= \ -L$$PWD/../OpenSSL-for-iPhone/lib \ |
