USB for QT (QtUsb). How to make Qt use the lib?
-
@UweA said in USB for QT (QtUsb). How to make Qt use the lib?:
Is this the right version?
No. This is the Qt version which was used to build QtCreator and is completely irrelevant.
Please check the Kit you're using: which Qt version is used there? Post the path to qmake configured in that Qt version. -
@UweA So, you're using another Qt version (I guess you installed it using online/offline installer?).
But you installed QtUSB for Qt delivered by your distribution. Either use Qt delivered by your distribution or build QtUSB by yourself using qmake from your own Qt version. -
@jsulm Yes, I did and I made a little step forward.
The linker is satisfied now but I have problems with using QtUSB.
The compiler complains about a missing header file ("QUsbInfo").
It looks like that it is missing from the repository. I raised an issue on github.