aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2017-09-09 10:25:09 -0400
committerredfish <redfish@galactica.pw>2017-09-09 10:25:09 -0400
commit8750cc2c13fa7dc899f3805836e80805d2afe960 (patch)
tree6817256808413ce9a1e56d76a4d07fca0b35a76c
parent4c75fe47f955603fd9faf416c0f06f942cb575ec (diff)
downloadmonzero-gui-8750cc2c13fa7dc899f3805836e80805d2afe960.tar.gz
monzero-gui-8750cc2c13fa7dc899f3805836e80805d2afe960.tar.xz
monzero-gui-8750cc2c13fa7dc899f3805836e80805d2afe960.zip
pro: add libreadline to link line for Linux
-rw-r--r--monero-wallet-gui.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 27c0477c..30a8c167 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -91,7 +91,8 @@ LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
-lunbound \
- -leasylogging
+ -leasylogging \
+ -lreadline \
}