Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402698 Details for
Bug 541604
x11-libs/qscintilla & dev-python/qscintilla-python: add support for Qt5/PyQt5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt5_includes.patch
qt5_includes.patch (text/plain), 909 bytes, created by
Joakim Gebart Nohlgård
on 2015-05-05 08:06:27 UTC
(
hide
)
Description:
qt5_includes.patch
Filename:
MIME Type:
Creator:
Joakim Gebart Nohlgård
Created:
2015-05-05 08:06:27 UTC
Size:
909 bytes
patch
obsolete
>When building for Qt5, the python extension needs QtWidgets and QtPrintSupport >because things moved there from QtGui in Qt4. Sent upstream. > >Index: qscintilla2-2.8.3+dfsg/Python/configure.py >=================================================================== >--- qscintilla2-2.8.3+dfsg.orig/Python/configure.py 2014-07-05 10:02:57.882832733 -0400 >+++ qscintilla2-2.8.3+dfsg/Python/configure.py 2014-07-05 10:02:57.874832733 -0400 >@@ -1423,6 +1423,9 @@ > if includepath: > pro.write('INCLUDEPATH += %s\n' % includepath) > >+ if target_config.pyqt_package == 'PyQt5': >+ pro.write('INCLUDEPATH += %s\n' % (target_config.qt_inc_dir + '/QtWidgets ' + target_config.qt_inc_dir + '/QtPrintSupport')) >+ > # Make sure the SIP include directory is searched before the Python include > # directory if they are different. > pro.write('INCLUDEPATH += %s\n' % quote(target_config.sip_inc_dir))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 541604
:
402688
|
402690
|
402692
|
402694
|
402696
| 402698 |
402700
|
402706
|
429376