aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriDunk5400 <iDunk5400@users.noreply.github.com>2018-06-02 21:49:50 +0200
committeriDunk5400 <iDunk5400@users.noreply.github.com>2018-06-02 21:49:50 +0200
commit254553f90ea7144ab25b123bfece98f720138cde (patch)
tree29e601f63c3850a93ae09d9dbc845c2282275811
parentcd46edb23f0764b7bb7ee1171224881554be5d2f (diff)
downloadmonzero-gui-254553f90ea7144ab25b123bfece98f720138cde.tar.gz
monzero-gui-254553f90ea7144ab25b123bfece98f720138cde.tar.xz
monzero-gui-254553f90ea7144ab25b123bfece98f720138cde.zip
Add libwinscard to link line on Windows
This fixes monero-wallet-gui linking error in MSYS2 since PC/SC hw device support was added to Windows builds
-rw-r--r--monero-wallet-gui.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 3987feef..16c6784d 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -245,6 +245,7 @@ win32 {
-lssl \
-lcrypto \
-Wl,-Bdynamic \
+ -lwinscard \
-lws2_32 \
-lwsock32 \
-lIphlpapi \