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.
pull/2/head
iDunk5400 6 years ago
parent 47dc499413
commit 9f58e29f1c
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8

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