mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #1647
607ee52
Link to libhidapi rather than pcsclite (bjacquin)
This commit is contained in:
commit
9735327df9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue