Click here to Skip to main content
15,890,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I've a project made in VS2010 for windows using C++. Now I want to port it to MAC so that the code base remains constant as much as possible. I used QT for GUI for the same reason. But I couldn't find a simple way like import VS project along with project settings or some such thing in Xcode to get started quickly on mac part. Any Ideas?
Posted
Comments
Mohibur Rashid 11-Nov-11 19:54pm    
I think there is a Mac version of visual studo
Aniruddha Loya 12-Nov-11 7:32am    
Nope!

1 solution

I'd be surprise if there is a tool to convert one project to another like that.

You will need to add the different files to the XCode project and manually set the different properties, also, manually (I would imagine there is no 1-to-1 correspondence between settings).

(AFAIK) If you are using QT, then you should be able to use QT's build system that should be "portable" between platforms.

M.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900