Wednesday, July 8, 2009

30Sec FAQ -- Addendum - Command Line

1) How to build application from command line?
Using a basic command navigate to the directory that contains your .cpp file. (Say c:\Qt\demos\boxes\)
c:\> cd c:\Qt\demos\boxes\

c:\Qt\demos\boxes\> qmake

c:\Qt\demos\boxes\> make


2) How to create .pro file for the project?
c:\Qt\demos\boxes\> qmake -project

This command will automatically generate project file(.pro file).

3) How to add library to Command Line command?
qmake -project QT+=network

Tuesday, July 7, 2009

Back to Qt on s60

After taking big break from Qt on s60, I am back at working on Qt on s60.

Between the break, Nokia released the Tower release in June.

With it, it brings QtSql, Experimental QtWebkit most notable modules in the release.

With QtSql, now one can access sqlite3 database. This release is going to be play around with.

Currently I am building tutorials for Qt on s60, so keep watching this blog.