In general, minGW and Eclipse are not "Qt aware" IDE's.
However, Eclipse has a Qt plugin which should make it possible to manage the project and the moc'ing (but I didn't test it so I can't comment on that).
In general, you need first to generate a Makefile out of the pro file, and to give that make file to the IDE you are working with.
Calling qmake in such cases has to be out side of the IDE. (Again, Eclips with Qt plugin might allow this from Eclipse)
Did you include the headers of these libs?When I try to use functions witch are in this libraries compiler returns me an error: "undefined reference to `_imp__JTAG_GetNumDevices@4'", and I think it's linker error.
AFAIK under windows, the DLL's them selves are only used in runtime.
For building, you need the corresponding *.lib's.
Bookmarks