PDA

View Full Version : Porting an Qt 3.3 project developed using Visual Studio on Qt4.7



aditya.kaole
12th April 2011, 14:46
Hi,

i want to port a Qt3.3 project developed using Visual Studio2003.

I want to port it on the latest Qt. I tried to create a .pro file from the VS project. As expected, i was not able to open it as it was not compatible.

Are there any rules/pre-cautions which can be followed while creating the project in latest??

Is there any way, in which i can do this easily?

Thanks for your help!

Cheers,
Aditya

wysota
12th April 2011, 16:48
It depends on the project. You can start with using qt3to4 tool that comes with Qt. It should do some of the work for you.