PDA

View Full Version : USB lib for Qt Linux



shindo216
4th September 2012, 05:02
I want to find the USB library for integrating into Qt , I search in Google , there is only library for Windows Visual Studio or Python , no library for Qt in Linux
Let give me some advices where I can find this library
Thanks a lot

high_flyer
4th September 2012, 08:51
What do you mean "integrating into Qt"?
You can use any C++ lib with Qt - so if you have a USB lib under Linux you can link to it normally.
http://www.libusb.org/