diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-10-16 18:15:50 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-10-16 18:15:50 -0500 |
| commit | 9735327df9bb47507d8799ec2855d4add7324c8a (patch) | |
| tree | 471967a9626a404acffa094bfe617b39c13895d6 | |
| parent | b590282f66f723cfa0c84cbbbccfd3cb4e8425ab (diff) | |
| parent | 607ee5254acfbb86a21b096b56156a12647f9d86 (diff) | |
| download | monzero-gui-9735327df9bb47507d8799ec2855d4add7324c8a.tar.gz monzero-gui-9735327df9bb47507d8799ec2855d4add7324c8a.tar.xz monzero-gui-9735327df9bb47507d8799ec2855d4add7324c8a.zip | |
Merge pull request #1647
607ee52 Link to libhidapi rather than pcsclite (bjacquin)
| -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 f1d055ac..720a0ff2 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 |
