Menu

#3 src/GUI/GUI.pro contains a hardcoded path to PCSC

open
nobody
None
5
2006-09-06
2006-09-06
No

src/GUI/GUI.pro contains:
INCLUDEPATH += -I/usr/local/include/PCSC
but should contain:
INCLUDEPATH += $(shell pkg-config --cflags
libpcsclite | cut -c3- )

"pkg-config --cflags libpcsclite" returns
-I/usr/include/PCSC and "cut -c3-" is used to remove
the leading "-I"

Discussion


Log in to post a comment.

MongoDB Logo MongoDB