Merge pull request #1647

607ee52 Link to libhidapi rather than pcsclite (bjacquin)
pull/2/head
luigi1111 6 years ago
commit 9735327df9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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