A desktop barcode reader app built with Dynamsoft C++ Barcode SDK and Qt.
- Get a trial license to make the barcode recognition work.
- Qt
-
Linux
sudo apt-get install qt5-default
-
Windows
-
Add
C:\Qt\5.15.2\mingw81_64\bin
andC:\Qt\Tools\mingw1310_64\bin
to the system path. -
Create a system variable
Qt5_DIR
with the pathC:\Qt\5.15.2
. -
Build and run the Qt barcode reader:
mkdir build cd build cmake -G "MinGW Makefiles" .. cmake --build . .\BarcodeReader.exe
-
-
Linux
- Build and run the Qt barcode reader:
mkdir build cd build cmake .. cmake --build . ./BarcodeReader
- Build and run the Qt barcode reader: