mac build: link against PCSC

This commit is contained in:
stoffu 2018-03-06 02:50:04 +09:00
parent ce8913b5bf
commit a0a60eba69
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -306,6 +306,7 @@ macx {
-lssl \
-lcrypto \
-ldl
LIBS+= -framework PCSC
QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
}