new tool cert2text to show certificates

This commit is contained in:
Marc Wäckerlin
2015-04-30 14:28:21 +00:00
parent 674e7b41ca
commit cad79f90e9
3 changed files with 44 additions and 1 deletions

View File

@@ -42,6 +42,11 @@ libpcscxx_la_LIBADD += -lpcsclite
endif
endif
if HAVE_QTNETWORK
bin_PROGRAMS = cert2text
cert2text_SOURCES = cert2text.cxx
endif
if HAVE_QTGUI
bin_PROGRAMS = cardgui
cardgui_SOURCES = cardgui.cxx cardgui.hxx password.hxx cardgui-model.hxx \