[mythtv-commits] Ticket #6519: Re-enable Perl and Python Bindings with Qt 4.4 on OSX

MythTV mythtv at cvs.mythtv.org
Mon May 4 16:49:54 UTC 2009


#6519: Re-enable Perl and Python Bindings with Qt 4.4 on OSX
---------------------------------+------------------------------------------
 Reporter:  mythtv at dadeos.co.uk  |       Owner:  nigel  
     Type:  patch                |      Status:  new    
 Priority:  minor                |   Milestone:  unknown
Component:  Ports - OSX          |     Version:  unknown
 Severity:  medium               |     Mlocked:  0      
---------------------------------+------------------------------------------
 Qt 4.4 and above configure [http://doc.trolltech.com/4.4/qmake-variable-
 reference.html#qmake-macosx-deployment-target
 QMAKE_MACOSX_DEPLOYMENT_TARGET] to be 10.3 by default. The Python bindings
 installation detects any inconsistencies between the system version and
 the deployment target resulting in a Python exception on anything other
 than version 10.3 of OSX.

 As the QMake project file is not really building any Qt based sources we
 can simply override the [http://doc.trolltech.com/4.4/qmake-variable-
 reference.html#qmake-macosx-deployment-target
 QMAKE_MACOSX_DEPLOYMENT_TARGET] configuration in MythTV
 {{{bindings/python/python.pro}}}.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6519>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list