Changes between Version 19 and Version 20 of android


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

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v19 v20  
    173173And configure the Qt components against them.
    174174{{{
    175 ./configure
    176 }}}
    177 
     175./configure --android
     176}}}
     177
     178For some reason Qmake then starts to thing that the Necessitas SDK directory is located in ''$HOME/necessitas''. Just make a symlink to the real directory to fix this:
     179
     180{{{
     181ln -s <real path to necessitas SDK folder> $HOME/necessitas
     182}}}
     183
     184Then just run make (using -j is fine):
     185{{{
     186make -j6
     187}}}
     188
     189Afther the compilation finishes, the results are inside the ''imports'' folder.
    178190
    179191==== Qt Components Theme ====