I'm not sure if it is possible at all but if I were to try, I would take the line the linker complained against and I'd substitute the -lQtXXX entries with proper static equivalents (libQtCored.a or something like that).
By the way, developping in a static environment compiled in debug mode is... weirdConsider developping using dynamic libraries and only do the final link against static-release build of Qt when you give the application to the client.





Consider developping using dynamic libraries and only do the final link against static-release build of Qt when you give the application to the client.
Reply With Quote

Bookmarks