Qt Desktop Barcode Reader

A desktop barcode reader app built with Dynamsoft C++ Barcode SDK and Qt.

Download

Build and Run

Qt desktop barcode reader

Windows

Add Qt\6.1.2\mingw81_64\bin and Qt\Tools\mingw810_64\bin to system path.

Run the following commands:

mkdir build
cd build
cmake -G "MinGW Makefiles" ..
cmake --build .
BarcodeReader.exe

Linux

mkdir build
cd build
cmake ..
cmake --build .
./BarcodeReader