close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Sep 24, 2014, 12:55:04 AM (12 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v14
|
v15
|
|
| 29 | 29 | === Compiling for Android === |
| 30 | 30 | |
| 31 | | ==== Preparing the PyOtherSide project ==== |
| | 31 | ==== Preparing the !PyOtherSide !QtCreator project ==== |
| | 32 | '''If you don't care and just want the project tarball, skip to the end of this section. :)''' |
| | 33 | |
| | 34 | |
| 32 | 35 | Unpack the !PyOtherSide tarball and enter the resulting directory: |
| 33 | 36 | {{{ |
| … |
… |
|
| 96 | 99 | #QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes) |
| 97 | 100 | }}} |
| 98 | | |
| 99 | | ==== Building the !PyOtherSide project in !QtCreator ==== |
| 100 | | |
| 101 | | Now the !PyOtherSide project should be ready to be opened in !QtCreator (make sure you are running the one corresponding to the Qt 5.3 Android SDK you have downloaded and installed previously). So start the right !QtCreator and open the ''pyotherside-1.3.0/pyotherside.pro'' file. |
| 102 | 101 | |
| 103 | 102 | And for the last step, we need to edit the ''src/global_libpython_loader.cpp'' file: |
| … |
… |
|
| 202 | 201 | '''The resulting project should look like contents of this tarball:''' |
| 203 | 202 | |
| 204 | | Now you should be able to build the !PyOtherSide project by pressing the "rebuild" button in !QtCreator. |
| | 203 | [http://www.modrana.org/platforms/android/pyotherside/guide/pyotherside-1.3.0_android_project.tar.gz http://www.modrana.org/platforms/android/pyotherside/guide/pyotherside-1.3.0_android_project.tar.gz] |
| | 204 | |
| | 205 | |
| | 206 | ==== Building the !PyOtherSide project in !QtCreator ==== |
| | 207 | |
| | 208 | Now the !PyOtherSide project should be ready to be opened in !QtCreator (make sure you are running the one corresponding to the Qt 5.3 Android SDK you have downloaded and installed previously). So start the right !QtCreator and open the ''pyotherside-1.3.0/pyotherside.pro'' file. |
| | 209 | |
| | 210 | You should be able to build the !PyOtherSide project by pressing the "rebuild" button in !QtCreator. |
| 205 | 211 | |
| 206 | 212 | === Basic deployment === |