Are there any other, more elegant ways to make .exe -files working in every computer than copying these .dll -files? I tried to add -static flag to qmake.conf , and also tried to remove all -mthreads -flags in the file, but it didn't help. Has anyone managed to do this?