The other computers are probably missing a dynamic link library or other resource your program needs or something different in the environment is causing your program to crash. Make sure your code is guarded with try, catch blocks that log caught exceptions. Add OS (Not Qt) signal handlers to your code to catch all fatal signals and log them.

If you can run debugger on one of these machines, just do that and the debugger will list the exception/signal causing your problem. :-)