How to use libusb in Qt 5.12?
Unsolved
Mobile and Embedded
-
@Marcus007 said in How to use libusb in Qt 5.12?:
Has anyone used libusb in Qt5.12?
both are C/C++ libraries, so your question is not precise.
How to use libusb in Qt 5.12? Thanks!
What do you mean with that? What is unclear for you resp. what do you want to do? On which platform?
Regards
-
You're asking how to use a c/c++ library, which is done the same way in QT as it is in any c++ environment. Link to the libraries, include headers, and implement. I've linked a few qt specific discussions, and as for how to actual write the code, there's likely 100's of examples floating around.
2 minutes on google:
Qt Centre
Stack Overflow