Alex’s Weblog

My personal blog

First steps on Qtopia SDK

I have started to use the Qtopia framework 1 month ago. I have a good impression until now. It is a stable framework, with a good documentation. The Trolltech’s guys are working hard.

But I have some troubles too, and I will use this blog to describe the problems that I am facing on my daily work. So hands on.

Compiling the first program

The documentation that I found at Internet really works, but I wasn’t trying to do a simple “Hello world!” Program, I wanted to do a “Hello wold!” with a pushbutton.

I The first trouble that I faced was related with libraries. I didn’t get to use the push button. Well I include the files with the usual code:

#include "qpushbutton.h"

But I get a problem in the linkage phase as expected. Well the problem was at “.pro” file, I have to use this file to inform to the project the libraries directories.

Agosto 25, 2007 Publicado por alexpinheiro | OCL, Qtopia | | Sem comentários ainda