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 23, 2014, 10:27:18 PM (12 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 47 | 47 | |
| 48 | 48 | In the next step we need to tell the project to use the Android compiled libraries instead of the system ones, so edit the ''src/src.pro'' file and replace the line reading: |
| | 49 | {{{ |
| | 50 | INCLUDEPATH += . |
| | 51 | }}} |
| | 52 | With this: |
| | 53 | {{{ |
| | 54 | INCLUDEPATH += $$PWD/../libs/python32/build_dependencies/ . |
| | 55 | LIBS += -L$$PWD/../libs/python32 -lpython3.2 -ldl |
| | 56 | }}} |
| 49 | 57 | |
| | 58 | Then in ''tests/tests.pro'' replace: |
| 50 | 59 | {{{ |
| 51 | 60 | INCLUDEPATH += . ../src |
| 52 | 61 | }}} |
| 53 | 62 | |
| 54 | | With this: |
| | 63 | With: |
| 55 | 64 | |
| 56 | 65 | {{{ |