Qt frontend build: fix use of XFLAGS
[sgt-puzzles/ydirson.git] / README.qtopia
blobaa7ae528e16e7ec5333a0c43cdc0dfedd8dc5233
1 Status of each puzzle in Qtopia port
2 ====================================
4        F = full support
5        U = usable to find a solution, but not all hints are availables
6            (usually those accessible from right mouse button)
7        u = usable, but missing hints are a real handicap
8        n = not possible to enter a solution (some UI support still missing)
11 blackbox   U
12 bridges    U
13 cube        F
14 dominosa   U
15 fifteen     F
16 filling   n
17 flip        F
18 galaxies   U
19 guess      U
20 inertia     F
21 keen      n
22 lightup     F
23 loopy       F
24 magnets     F
25 map        U
26 mines     n
27 net        U
28 netslide    F
29 pattern    u
30 pearl      U
31 pegs        F
32 range       F
33 rect        F
34 samegame   U
35 signpost   U
36 singles     F
37 sixteen     F
38 slant       F
39 solo      n
40 tents       F
41 towers    n
42 twiddle     F
43 unequal   n
44 untangle    F
47 Building the Qtopia version
48 ===========================
50 You must have a Qtopia or QtMoko SDK installed, or you must build one
51 yourself (./configure <your-opts> && make && make sdk).  Let's call
52 $SDK the location of that SDK.
54 Build the programs:
56     $SDK/bin/qbuild -C qtopia/
58 Install them in the target image (to run on host in qvfb or to prepare
59 a deployment to the device) :
61     $SDK/bin/qbuild -C qtopia/ image
63 Build a package: not yet available
65 Manually install on a QtMoko device:
67     scp $(find qtopia/ -type f -executable) 192.168.0.202:/opt/qtmoko/bin/
68     scp -r $IMAGE/pics/sgt-puzzles/ 192.168.0.202:/opt/qtmoko/pics/
69     scp qtopia/*/*.desktop 192.168.0.202:/opt/qtmoko/apps/Games/
70     ssh 192.168.0.202 ". /opt/qtmoko/qpe.env; qcop QPE/DocAPI 'scanPath(QString,int)' /opt/qtmoko/apps/Games 1"