Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402696 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]
qsci_link.patch
qsci_link.patch (text/plain), 645 bytes, created by
Joakim Gebart Nohlgård
on 2015-05-05 08:06:12 UTC
(
hide
)
Description:
qsci_link.patch
Filename:
MIME Type:
Creator:
Joakim Gebart Nohlgård
Created:
2015-05-05 08:06:12 UTC
Size:
645 bytes
patch
obsolete
>Index: qscintilla2-2.8.4+dfsg/Python/configure.py >=================================================================== >--- qscintilla2-2.8.4+dfsg.orig/Python/configure.py 2014-09-21 22:26:07.110346928 -0400 >+++ qscintilla2-2.8.4+dfsg/Python/configure.py 2014-09-21 22:26:07.106346928 -0400 >@@ -1440,7 +1440,10 @@ > > libs = qmake_config.get('LIBS') > if libs: >- pro.write('LIBS += %s\n' % libs) >+ if target_config.pyqt_package == 'PyQt5': >+ pro.write('LIBS += %s -lqt5scintilla2\n' % libs) >+ else: >+ pro.write('LIBS += %s -lqscintilla2\n' % libs) > > if not opts.static: > pro.write('''
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