Initial commit (software version 0.2.0)
[movie-schedule] / README
1 Welcome to the MovieSchedule source code.
2
3 I am using NokiaQtSDK to develop this Qt 4.6 based application.
4 Unfortunatly the released SDK is not yet ready to support all
5 features I would like to have. Development to the N900 phone is not
6 yet finished (it is much better on the master branch of Qt Creator).
7 Even with the new Qt Mobility libraries some features are missing which
8 I wanted to use to integrate MovieSchedule into the phone's software
9 (like adding entries to the calendar).
10
11 So I decided to develop in a quite complex environment. The file
12 "movie-schedule.pro.user (Example)" is a copy of the .pro.user file that
13 I use: It defines several build targets for compiling the software to the
14 normal Desktop (Ubuntu in my case), the MADDE environment, MAEMO SDK and
15 Qt Simulator. Only the MAEMO SDK targets for x86 and ARMEL support all
16 features of the software and have a nice looking GUI. I use the Desktop
17 target for debugging the main application and the other targets for my
18 technical interest only. There is also a target "LUpdate" which I use to
19 update the internationalization files (so far German only).
20
21 To use that .pro.user file you must replace some absolut pathes like
22 "/scratchbox/users/jbecher/home/jbecher/Movies/" with your own directory.
23 The source code must be placed in "movie-schedule" within that directory.
24
25 If you wonder why I decided to have "movie-schedule" in the scratchbox: I
26 need this to build the software within the MAEMO SDK.
27
28 To deploy a debian package of the software goto the movie-schedule directory
29 and enter "dpkg-buildpackage -rfakeroot".
30
31 If you plan to improve the software or to cross compile it for another
32 phone (e.g. Symbian) please contact me (Jochen Becher <j.becher@ovi.com>). 
33 I would like to coordinate those efforts.
34
35 Regards, Jochen "gilead" Becher
36