Bug 177965 - FindPyQT4 provides no method of accessing SIP configuration options
Summary: FindPyQT4 provides no method of accessing SIP configuration options
Status: RESOLVED FIXED
Alias: None
Product: buildsystem
Classification: Developer tools
Component: KDE4 (cmake) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Simon Edwards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-17 06:43 UTC by Michael Casadevall
Modified: 2009-01-31 16:23 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Adds PYQT4_SIP_OPTIONS as a variable (1.19 KB, patch)
2008-12-17 06:44 UTC, Michael Casadevall
Details

Note You need to log in before you can comment on or make changes to this bug.
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?