Porting the application developed on s60 5th edition to the QT
Hi,
I have developed my application on s60th 5th edition. I want to port the same APP on QT. Starting from importing a project for s60 5th edition we import bld.inf file. Which file we have to import for QT and how could we start.
Please help me out for the same.
Re: Porting the application developed on s60 5th edition to the QT
You would need to start QtSDK's QtCreator, and make new project and start implementing the project with Qt, instead of C++. Basically you can re-use the Symbian C++ quite much, but you would not have any converter to automate the process.
All and all, not certain what the point of converting it to Qt is, so I would really re-consider whether you think it is really worth of porting.
Re: Porting the application developed on s60 5th edition to the QT
[QUOTE=symbianyucca;903694]You would need to start QtSDK's QtCreator, and make new project and start implementing the project with Qt, instead of C++. Basically you can re-use the Symbian C++ quite much, but you would not have any converter to automate the process.
All and all, not certain what the point of converting it to Qt is, so I would really re-consider whether you think it is really worth of porting.[/QUOTE]
Ok...
No actually i am trying to put Some graphics in the main screen. its just like putting some bullets in the main screen & want to put its functionality in the background.
Re: Porting the application developed on s60 5th edition to the QT
[QUOTE=akki123;903696]Ok...
No actually i am trying to put Some graphics in the main screen. its just like putting some bullets in the main screen & want to put its functionality in the background.[/QUOTE]
And how would Qt help you on this ?
in case you have problems on some Symbian C++ code, or you don't know which API you should use for some functionality you would need to implement, then I would suggest you start new thread(s) for the question(s).