Alex’s Weblog

My personal blog

My First App

I will post this, to have a complete tutorial doing a first useful app. I’m going to use SDK 4.2.4 to compile and use, but this app won’t use any version specific function.

I am going to develop this application at KDevelop 3.3.4, First create a new project. Click at Project->NewProject.

Creating new project

After choosen the Project Model in the wizard, we have a example application created with some basic functions implemented.
The Qtopia use a pre-compiler to do our lives easy, then to compile first use Scripts->RunQtopiamake X86. This script will generate a make file. Now compile the Project using the usual way to build a project in KDevelop.
If everything goes Ok now you can install the executable file.
Execute “make install”.
Later of installed you can test the application starting runqpe on Desktop.

Setembro 4, 2007 Publicado por alexpinheiro | Qtopia | | Sem comentários ainda