diff options
| author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-14 00:04:19 +0100 |
|---|---|---|
| committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-14 00:13:37 +0100 |
| commit | 607ee5254acfbb86a21b096b56156a12647f9d86 (patch) | |
| tree | b82bca5506197ded4a814893717c4cda20552726 | |
| parent | 7adeb694c17511ffcb1d3d0c0038f5f8b8684a5f (diff) | |
| download | monzero-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.pro | 4 |
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 |
