Merge pull request #1236

9f58e29 Add libpcsclite to link line if libwallet_merged is linked against it
This commit is contained in:
luigi1111 2018-03-31 16:52:32 -05:00
commit fbe5ba8317
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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