Compiling MSVC Library With MinGW
Unsolved
General and Desktop
-
Hello everyone,
There is a nice library on the Github (https://github.com/fpoussin/QtUsb).
And my project builds around MinGW. Is it possible to recompile the entire library with MinGW and generate .lib files? -
Hi,
From a quick look, likely yes. You need to first build the dependencies with MinGW.
If memory serves well, there's a forum user that did it. Search for QtUsb in this forum.