[Qtce-preview-feedback] Visual 2005 project generation
Maurice Kalinowski
mkalinow at trolltech.com
Thu Jan 24 13:12:07 CET 2008
Hi,
thank you for trying out the latest Qt/WinCE package.
> Hi everybody,
> I have just installed the 4.4.0-siesta technology preview and was
> wondering how to generate a visual studio 2005 project for my
> application.
> I already have a valid .pro file and my app builds using qmake &&
> nmake, but since all the examples come with their own .vcproj I assume
> I can use some tool to turn my .pro file to a .vcproj automagically.
> Am i wrong?
>
You can use qmake to create a visual studio project. The arguments to
pass are "-tp vc". -tp describes that you want to use a template for the
project file generation, while vc is for Visual C++ project files.
For further information, please look at our documentation
http://doc.trolltech.com/main-snapshot/qmake-tutorial.html
Best Regards,
Maurice Kalinowski
More information about the Qtce-preview-feedback
mailing list