Hi all. I am running a Windows VM on my Mac, and I have the documents directory shared between the two. For some reason Qt Creator just will not build the project in the Windows VM when it is in the shared location. I can copy it over to the Windows VM and works just fine. I've checked read/write permissions on the directory, and everything works fine in that regards.

This is the only error that I get, which isn't very specific:
The process "c:/qt/2010.04/qt/bin/qmake.exe" exited with code %2.

Any help? I've created different project build settings for the two, and made sure the shadow build directory is on the same level as the Qt project. I've tried specifying that shadow directory two different ways, and I've tried not using a shadow directory at all. I suspect that Qt Creator is just seeing some location detail and bombing out with that error when it shouldn't. Either that, or there is some funny business between my VMs. Does anyone have any experience with that?

Any help would be greatly appreciated.