With Qt 4, I can compile qt static, and then compile my programs with qmake -project, qmake, make in windows, but the exe file does not include everything that is needed to run. there are some dev-C++ (mingw) libs that are not included.
What should I do to make it include all I need into the exe file?