mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02: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
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user