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
2009-11-03 02:22:54
You may want to add a link to the msdn article Not very helpful otherwise. :)
jalf
2010-02-09 14:36:47
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
2010-02-11 17:31:57