I am using
qt-android (5.3.2)
on ubuntu. I have one USB device and i want to connect this with Qt-Android-Emulator. I compiled libusb for android and also followed the procedure in this and copied the libusb1.0.so to the emulator. As the explanation in the link is for
.mk
file so i did the same changes in the
.pro
file for qt.

Now how can i get the hold of the device in the emulator instead of the linux? I am using ubuntu in standalone system and not on virutal box. The device is connected to linux and i ran one example program on linux and it worked perfectly.