Yeah, that's how it works. I still have to say, Qt's documentation is very very good, if you read it.
Printable View
yes. Windows tries to find the dll's of the file.exe first in their current directory, if doesnt find it, check's in windows system directory, and then searchs in windows path.
It maybe needed other dll's, if you use opengl you will need qtopengl4.dll, and so on.
This has got to be the most informative and complete response I have seen in the past week of googling for the answer to this situation.
Thank you for this information. I am also new to Qt, and have been trying to build a static app, and it is really driving me crazy.