From 607ee5254acfbb86a21b096b56156a12647f9d86 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 14 Oct 2018 00:04:19 +0100 Subject: [PATCH] Link to libhidapi rather than pcsclite --- monero-wallet-gui.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 25721c7c..3f26a5f3 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -10,8 +10,8 @@ QT += qml quick widgets WALLET_ROOT=$$PWD/monero CONFIG += c++11 link_pkgconfig -packagesExist(libpcsclite) { - PKGCONFIG += libpcsclite +packagesExist(hidapi-libusb) { + PKGCONFIG += hidapi-libusb } !win32 { QMAKE_CXXFLAGS += -fPIC -fstack-protector -fstack-protector-strong