Bug 177965

Summary: FindPyQT4 provides no method of accessing SIP configuration options
Product: [Developer tools] buildsystem Reporter: Michael Casadevall <sonicmctails>
Component: KDE4 (cmake)Assignee: Simon Edwards <simon>
Status: RESOLVED FIXED    
Severity: normal CC: finex, lool, simon
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Adds PYQT4_SIP_OPTIONS as a variable

Description Michael Casadevall 2008-12-17 06:43:18 UTC
Version:            (using Devel)
Compiler:          GCC 4.3 on ARMel 
OS:                Linux
Installed from:    Compiled sources

FindPyQT4 doesn't provide any access to getting default SIP settings. This is required on ARM and other platforms where sip sets an important option by default such as PyQt_qreal_double. In addition, kdebindings should be modified to use this information. The following patch provides the info from FindPyQT4.
Comment 1 Michael Casadevall 2008-12-17 06:44:52 UTC
Created attachment 29388 [details]
Adds PYQT4_SIP_OPTIONS as a variable

This added PYQT4_SIP_OPTIONS as a variable so programs that pass things onto SIP can use it.
Comment 2 Simon Edwards 2008-12-17 21:33:15 UTC
SVN commit 898246 by sedwards:

PyQt SIP flags patch applied.

CCBUGS: 177965



 M  +1 -0      FindPyQt.py  
 M  +4 -0      FindPyQt4.cmake  


WebSVN link: http://websvn.kde.org/?view=rev&revision=898246
Comment 3 FiNeX 2008-12-18 13:56:35 UTC
Does this patch fix the bug?