Hey All,

We work on a project, untill now almost everything is written in QT4.7.1/C++
So it should work on all platforms where qt nomally should work. For so far I know we don't use any windows special ingredients. We try to keep it cross platform overall.

I'm not the developer but i was hoping to get some information so i know how we can continue. (because the developer does not have any experience with Mac OS X)

We are developing in VS2008 on windows. I know how to build a windows version. But how can we build a Mac OS X version? We did have to "make" qt from source to work with vs2008 on windows.

I have a MAC available to test on, but prefer not to install any software on it (it's my sisters) So i was hoping we could build - cross compile - create the Mac OS X version on the windows machine and only test on these machines. Also i could try to make a vmware Mac OS test environment.

Also how about windows redistributible?
If we want to run our Release application on a fresh windows machine we have to install vs2008 redistributables. I can't find any any information about this for the Mac OS? (And perhaps we want to build a linux version later on...)


Overview:
-How to cross compile? (especially for Mac)
-redistributables on the Mac OS?