mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
Add libpcsclite to link line if libwallet_merged is linked against it
This fixes unresolved dependencies when linking monero-wallet-gui if libwallet_merged was built with HW device support.
This commit is contained in:
parent
47dc499413
commit
9f58e29f1c
@ -4,7 +4,10 @@ QT += qml quick widgets
|
||||
|
||||
WALLET_ROOT=$$PWD/monero
|
||||
|
||||
CONFIG += c++11
|
||||
CONFIG += c++11 link_pkgconfig
|
||||
packagesExist(libpcsclite) {
|
||||
PKGCONFIG += libpcsclite
|
||||
}
|
||||
QMAKE_CXXFLAGS += -fPIC -fstack-protector
|
||||
QMAKE_LFLAGS += -fstack-protector
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user