1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-22 03:15:52 +01:00

pro: add libreadline to link line for Linux

This commit is contained in:
redfish 2017-09-09 10:25:09 -04:00
parent 4c75fe47f9
commit 8750cc2c13

View File

@ -91,7 +91,8 @@ LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
-lunbound \
-leasylogging
-leasylogging \
-lreadline \
}