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:
iDunk5400 2018-03-31 15:46:56 +02:00
parent 47dc499413
commit 9f58e29f1c
No known key found for this signature in database
GPG key ID: 0F1715596D812FD8

View file

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