Changes between Version 5 and Version 6 of android


Ignore:
Timestamp:
Jul 8, 2012, 5:47:55 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v5 v6  
    5151
    5252==== Modified Pyside Launcher ====
     53'''Software prerequisites:'''
     54 * ant
     55 * Necessitas Qt SDK
     56
     57'''Modifying the !PySide Launcher project'''
     58
     59get the source [https://github.com/thp/pyside-launcher-android from Gtihub]:
     60
     61{{{
     62git clone https://github.com/thp/pyside-launcher-android.git
     63}}}
    5364
    5465
    55  in:
     66Then in in:
    5667''pyside-launcher-android/android/res/values/libs.xml''
    5768
     
    6576    </array>
    6677}}}
     78This file is used to request Qt libraries from Ministro - if you need more libraries, add them there.
    6779
    6880=== Qt Components ===
     81There is an Android port of Qt Components.
     82
     83
     84==== Qt Components Theme ====
     85Qt Components need a theme to work correctly. Without a theme, not only would most elements be transparent but also the layout is quite broken.
     86
     87There are multiple sources for a working theme:
     88 * taking it from the Qt SDK
     89 * from an N9 filesystem
     90 * from the Fremantle Qt Components theme package
     91 * from Nemo
     92
    6993
    7094== Updated Prerequisites ==
     95While the above mentioned combination works, it could be improved by using more up to date software packages.
    7196
    7297=== Python ===