Welcome to the MovieSchedule source code.

I am using NokiaQtSDK to develop this Qt 4.6 based application.
Unfortunatly the released SDK is not yet ready to support all
features I would like to have. Development to the N900 phone is not
yet finished (it is much better on the master branch of Qt Creator).
Even with the new Qt Mobility libraries some features are missing which
I wanted to use to integrate MovieSchedule into the phone's software
(like adding entries to the calendar).

So I decided to develop in a quite complex environment. The file
"movie-schedule.pro.user (Example)" is a copy of the .pro.user file that
I use: It defines several build targets for compiling the software to the
normal Desktop (Ubuntu in my case), the MADDE environment, MAEMO SDK and
Qt Simulator. Only the MAEMO SDK targets for x86 and ARMEL support all
features of the software and have a nice looking GUI. I use the Desktop
target for debugging the main application and the other targets for my
technical interest only. There is also a target "LUpdate" which I use to
update the internationalization files (so far German only).

To use that .pro.user file you must replace some absolut pathes like
"/scratchbox/users/jbecher/home/jbecher/Movies/" with your own directory.
The source code must be placed in "movie-schedule" within that directory.

If you wonder why I decided to have "movie-schedule" in the scratchbox: I
need this to build the software within the MAEMO SDK.

To deploy a debian package of the software goto the movie-schedule directory
and enter "dpkg-buildpackage -rfakeroot".

If you plan to improve the software or to cross compile it for another
phone (e.g. Symbian) please contact me (Jochen Becher <j.becher@ovi.com>). 
I would like to coordinate those efforts.

Regards, Jochen "gilead" Becher

