Link to libhidapi rather than pcsclite

pull/2/head
Bertrand Jacquin 6 years ago
parent 7adeb694c1
commit 607ee5254a
No known key found for this signature in database
GPG Key ID: 5534871F2E2E93DA

@ -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