Tuesday, January 4, 2011

Nokia QT

I have just started using the QT creator for building applications in QT for Nokia. As a first step, I am not using any wizard kind of stuff which provides initial framework code. Just one thing I have noted this far - the folder where you are are putting your project files in, should not contain any special characters(I ran into problem with space). Other than that, building a project is really easy:

New Project-> Other Project-> Empty QT Project
Add a .c++ file to it, add your simple code. and then run the makefile for the project.



0 comments: