aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-10-14 00:04:19 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-10-14 00:13:37 +0100
commit607ee5254acfbb86a21b096b56156a12647f9d86 (patch)
treeb82bca5506197ded4a814893717c4cda20552726
parent7adeb694c17511ffcb1d3d0c0038f5f8b8684a5f (diff)
downloadmonzero-gui-607ee5254acfbb86a21b096b56156a12647f9d86.tar.gz
monzero-gui-607ee5254acfbb86a21b096b56156a12647f9d86.tar.xz
monzero-gui-607ee5254acfbb86a21b096b56156a12647f9d86.zip
Link to libhidapi rather than pcsclite
-rw-r--r--monero-wallet-gui.pro4
1 files 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