Bar Code Scanner
-
Hi everyone , I am trying to do BarCode Scanner Project in qtc++ , and I also searched for Library and I found ZXing Library .
Now can someone help me out in further steps .
@TejasM said in Bar Code Scanner:
Now can someone help me out in further steps
What steps exactly? If you want to know how to use this library then you should study its documentation, it is not part of Qt.
If you want to know how to use a library in a Qt project then take a look at https://doc.qt.io/qtcreator/creator-how-to-add-external-libraries-to-cmake-projects.html first. Or https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html in case you're using QMake. -
@TejasM said in Bar Code Scanner:
Now can someone help me out in further steps
What steps exactly? If you want to know how to use this library then you should study its documentation, it is not part of Qt.
If you want to know how to use a library in a Qt project then take a look at https://doc.qt.io/qtcreator/creator-how-to-add-external-libraries-to-cmake-projects.html first. Or https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html in case you're using QMake. -