Changes between Version 21 and Version 22 of PySideForAndroid


Ignore:
Timestamp:
Feb 17, 2013, 7:22:36 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v21 v22  
    219219So to replace Qt Components and/or their theme, just replace the content of the ''imports'' and/or ''themes'' folders in the {{{python_27.zip}}} archives.
    220220
     221===== Adding files, libraries & executables =====
     222
     223====== Files ======
     224Arbitrary files needed by you application should probably go to the {{{my_python_project.zip}}}, to be deployed together with your application to the main instalation folder.
     225
     226====== Libraries & executables ======
     227Libraries should be added to {{{python_27.zip}}} to the {{{lib}}} folder, exectuables to the {{{bin}}} folder. Like this they will be deployed to a folder that is listed in {{{$LD_LIBRARY_PATH}}} and {{{$PATH}}} respectively.
     228
     229'''NOTE:''' I haven't yet tested if running executables through ''subprocess'' actually works.
     230
    221231== Ideas for improvement ==
    222232There is definitely still room for improvement, such as: