OK, what other external things might your program depend on? Windows runtime libraries present on your Qt systems but not your non-Qt systems? Images? QML files? If the programs run up without complaints about missing DLLs, then it implies that there is some other dependency you aren't satisfying.

I would suggest trying to get a very simple,"Hello World" QDialog-based app to run. If that works, then it probably isn't a Qt problem.