I really suppose it's something related to the .pro file. I just tried to create the VS project, I added those two libraries to Visual Studio and the project was compiled and liked correctly.
I really suppose it's something related to the .pro file. I just tried to create the VS project, I added those two libraries to Visual Studio and the project was compiled and liked correctly.
The .lib files were created with Visual Studio and are static libraries. Maybe it isn't possible to link those in the qt project? Because in Visual Studio the project seems to work correctly, both compiled for win32 and wince (using of course the wince versions of the libraries).
In case anyone need it, I suppose the issue I was experiencing was related to the fact that I was trying to use a library compiled by Visual Studio with mingw, and this is not possible. Compiling my Qt code with Visual Studio as well solved the problems both on win32 and on wince.
Thanks!
Bookmarks