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

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