mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #1236
9f58e29
Add libpcsclite to link line if libwallet_merged is linked against it
This commit is contained in:
commit
fbe5ba8317
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