Changes between Version 11 and Version 12 of PyOtherSideForAndroid


Ignore:
Timestamp:
Sep 24, 2014, 12:10:22 AM (10 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyOtherSideForAndroid

    v11 v12  
    7070This tells the project to use our locally available Python 3 compiled for Android instead of the system-wide Python 3 when building !PyOtherSide.
    7171
     72We also need to prevent fetching some other local Python stuff. Therefore in ''python.pri'' (directly in the ''pyotherside-1.3.0'' folder) comment out these lines:
     73
     74{{{
     75isEmpty(PYTHON_CONFIG) {
     76    PYTHON_CONFIG = python3-config
     77}
     78}}}
     79
     80The result should look like this:
     81
     82{{{
     83#isEmpty(PYTHON_CONFIG) {
     84#    PYTHON_CONFIG = python3-config
     85#}
     86}}}
     87
    7288==== Building the !PyOtherSide project in !QtCreator ====
    7389