Changes between Version 18 and Version 19 of android


Ignore:
Timestamp:
Jan 15, 2013, 12:56:02 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v18 v19  
    158158There is an Android port of Qt Components.
    159159
     160==== Compiling Qt Components with Necessitas ====
     161
     162Clone the android Qt Components Git repository.
     163
     164Checkout the ''1.1-android branch''.
     165
     166Then add the Necessitas Qt libraries to your PATH:
     167
     168{{{
     169export QTDIR=<path to folder with the Necessitas SDK>/necessitas/Android/Qt/482/armeabi
     170export PATH="$QTDIR/bin:$PATH"
     171}}}
     172
     173And configure the Qt components against them.
     174{{{
     175./configure
     176}}}
     177
    160178
    161179==== Qt Components Theme ====