Changes between Version 20 and Version 21 of android


Ignore:
Timestamp:
Jan 15, 2013, 11:58:01 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v20 v21  
    156156}}}
    157157=== Qt Components ===
    158 There is an Android port of Qt Components.
     158There are at least two Android ports of Qt Components.
     159
     160The koyinings one based on the Symbian Qt Components:
     161{{{
     162https://gitorious.org/~koying/qt-components/android-qt-components
     163}}}
     164And the one that is based on MeeGo Qt Components by Filip Brcic:
     165{{{
     166https://qt.gitorious.org/~brcha/qt-components/qt-components-android
     167}}}
     168
     169I've been able to successfully compile only the MeeGo based components and as that is what my applications are using on Fremantle & Harmattan, I'll use the MeeGo-based componentes for Android as a base for the guide.
     170
    159171
    160172==== Compiling Qt Components with Necessitas ====
    161173
    162 Clone the android Qt Components Git repository.
     174Clone the android Qt Components Git repository and make sure you are on the android branch:
     175{{{
     176git clone git://gitorious.org/~brcha/qt-components/qt-components-android.git
     177checkout android-master-stable
     178}}}
    163179
    164180Checkout the ''1.1-android branch''.