Deployment Directory: can't rename
-
Hello,
I've got this weird problem that I first noticed on XP and also see on W7.
After my project is built, a script is called as a QMAKE_POST_LINK step. The script copies all the dll's, exe, plugin to a deploy directory.
This works fine, the exe can be run without crashing.
However, when I rename the the deploy directory (with explorer) now my app crashes on startup. Change it back to the original name and it runs again.
Is my app somehow registered/cached somewhere and this causes the crash? Rebooting after name change doesn't help.
On XP I get the crash on startup, on W7 I get the crash on exit.
Any ideas?