Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402692 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_mkspecs_path.patch
qt5_mkspecs_path.patch (text/plain), 671 bytes, created by
Joakim Gebart Nohlgård
on 2015-05-05 08:04:39 UTC
(
hide
)
Description:
qt5_mkspecs_path.patch
Filename:
MIME Type:
Creator:
Joakim Gebart Nohlgård
Created:
2015-05-05 08:04:39 UTC
Size:
671 bytes
patch
obsolete
>diff --git a/QScintilla-gpl-2.9/Qt4Qt5/qscintilla.pro b/QScintilla-gpl-2.9/Qt4Qt5/qscintilla.pro >index 9cbf38b..98e010f 100644 >--- a/QScintilla-gpl-2.9/Qt4Qt5/qscintilla.pro >+++ b/QScintilla-gpl-2.9/Qt4Qt5/qscintilla.pro >@@ -78,7 +78,12 @@ isEmpty(qsci.path) { > INSTALLS += header trans qsci target > > greaterThan(QT_MAJOR_VERSION, 3) { >- features.path = $$[QT_INSTALL_DATA]/mkspecs/features >+ greaterThan(QT_MAJOR_VERSION, 4) { >+ features.path = $$[QT_INSTALL_ARCHDATA]/mkspecs/features >+ } >+ else { >+ features.path = $$[QT_INSTALL_DATA]/mkspecs/features >+ } > features.files = $$PWD/features/qscintilla2.prf > INSTALLS += features > }
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