This library is built on top of the WinSCard native library (Windows Smart Card SDK) for Windows, on top of the pcsc-lite library for Linux.
A detailed description of all WinSCard API functions is available in the MSDN Library Documentation (https://msdn.microsoft.com/en-us/library/aa374731(v=VS.85).aspx). A detailed description of pcsc-lite library is available on site https://pcsclite.alioth.debian.org/
This library allows you to transmit and receive application protocol data units (APDUs) specified by ISO/IEC 7816-3 to a smart card in Qt5.
Compilation of verified - Windows: MS Visual Studio 2015/Qt 5.7
Qt Creator 4.1.0/Qt 5.7/mingw 5.3 32
Linux (tested on SUSE Linux 14):
Qt Creator 4.1.0/Qt 5.7/gcc 4
/windows/ contains the relevant windows project
/windows/qwinscard/ contains the relevant Qt5 pro file, compatible with mingw32 compiler
/linux/ contains the relevant linux version files (temporary only sources, without makefile or pro-file)
C++11 compiler (desirable C++14)
Qt 5
pcsc-lite library for linux/mac