Avoid Visual Studio 2008 Project Conversion
-
How do i create a proper visual studio 2008 project file which dont needs to be converted anymore like its done in the examples?
I tried to track the examples but could not find anything how to solve this.
If i convert a pro file with
@qmake -tp vc@
to a visual studio project then a conversion wizzard starts while opening it with visual studio.
Thank you
-
Do you have "vsaddin":http://qt.nokia.com/downloads/visual-studio-add-in installed?
This allows you create a Qt project in msvc2008. -
[quote author="koahnig" date="1320255067"]Do you have "vsaddin":http://qt.nokia.com/downloads/visual-studio-add-in installed?
This allows you create a Qt project in msvc2008. [/quote]Yes but this cannot be automaticaly generated through a batch file. I have to add every project by hand. It is a pain if it is a big solution > 20 projects.