views:

169

answers:

1

Hi, I wonder how can I export a Visual Studio C++ project to qt? I am using openCV and openMP so I would like to know about setting this libraries in qt. Thank you very much.

+1  A: 

Answer to myself. Visual Studio is capable to export the current project to a make file so. File>Export to make file should work. (I got this info form microsoft msdn site. So, it should work)

nacho4d
You may want to add a link to the msdn article Not very helpful otherwise. :)
jalf
I think this is the link,Even though I actually never tried, but I think it should work:http://msdn.microsoft.com/en-us/library/aa233950(VS.60).aspx
nacho4d