A desktop barcode reader app built with Dynamsoft C++ Barcode SDK and Qt.
-
Qt
-
Linux
sudo apt-get install qt5-default
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