forked from Public/monero-gui
Merge pull request #1236
9f58e29 Add libpcsclite to link line if libwallet_merged is linked against it
This commit is contained in:
@@ -4,7 +4,10 @@ QT += qml quick widgets
|
|||||||
|
|
||||||
WALLET_ROOT=$$PWD/monero
|
WALLET_ROOT=$$PWD/monero
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11 link_pkgconfig
|
||||||
|
packagesExist(libpcsclite) {
|
||||||
|
PKGCONFIG += libpcsclite
|
||||||
|
}
|
||||||
QMAKE_CXXFLAGS += -fPIC -fstack-protector
|
QMAKE_CXXFLAGS += -fPIC -fstack-protector
|
||||||
QMAKE_LFLAGS += -fstack-protector
|
QMAKE_LFLAGS += -fstack-protector
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user