Changes between Version 22 and Version 23 of PySideForAndroid


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v22 v23  
    77* how to use the resulting libraries
    88* and how to bundle them with your Python program in a standalone APK
    9 '''NOTE:''' If you just wan't to run you Python & !PySide programs on Android, you can skip the ''Building !PySide'' section.
     9'''NOTE:''' If you just wan't to run you Python & !PySide programs on Android, you can skip the ''Building !PySide'' section and go directly to [wiki:PySideForAndroid#PySideforAndroidexampleapplication PySide for Android example application] & [wiki:PySideForAndroid#ExampleprojectfortheNecessitasQtCreator Example project for the Necessitas Qt Creator]
     10
     11
    1012
    1113''' Do you see something incorrect or missing from the guide ? [http://modrana.org/trac#Contactthedeveloper Let me know], so I can fix it ! :)'''
     
    5759=== Results ===
    5860The resulting !PySide libraries compiled for Android are located in the ''stage/lib'' folder.
     61
     62See the ''Example project for the Necessitas Qt Creator'' section for how the PySide libraries can be used as a part of a self-contained Android application.
     63
    5964
    6065=== !PySide for Android example application ===