D15091: Compile python bindings with the same sipname used by PyQt

Antonio Rojas noreply at phabricator.kde.org
Sun Aug 26 21:05:16 BST 2018


arojas added inline comments.

INLINE COMMENTS

> bruns wrote in run-sip.py:11
> Is there a gurantee `-n` and its arg are space separated?
> 
> otherwise:
> 
>   import re
>   m = re.search('-n\s*(\S+)', PYQT_CONFIGURATION["sip_flags"])
>   if m:
>     sipArgs = ['-n', m.group(1)] + sipArgs

I find it highly unlikely that they aren't, but it's certainly possible

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15091

To: arojas, #frameworks, bruns
Cc: kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20180826/c7823f69/attachment-0001.html>


More information about the Kde-buildsystem mailing list