mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00: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
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue