Merge pull request #1647

607ee52 Link to libhidapi rather than pcsclite (bjacquin)
This commit is contained in:
luigi1111 2018-10-16 18:15:50 -05:00
commit 9735327df9
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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