Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 154415 Details for
Bug 223507
Emerge qscintilla-2.2 fails because of missing patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
qscintilla-2.2-qt4.patch (text/plain), 476 bytes, created by
bbbill_42
on 2008-05-27 04:11:26 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
bbbill_42
Created:
2008-05-27 04:11:26 UTC
Size:
476 bytes
patch
obsolete
>--- designer.pro.ori 2006-12-13 09:31:54.000000000 +0700 >+++ designer.pro 2006-12-13 09:40:49.000000000 +0700 >@@ -4,12 +4,17 @@ > TEMPLATE = lib > TARGET = qscintillaplugin > >+DESTDIR = . >+INCLUDEPATH = ../Qt4 >+ > CONFIG += designer release plugin > > HEADERS = qscintillaplugin.h > SOURCES = qscintillaplugin.cpp > >-target.path = $$[QT_INSTALL_PLUGINS]/designer >+target.path = . > INSTALLS += target > >-LIBS += -lqscintilla2 >+LIBS += -L../Qt4 -lqscintilla2 >+ >+INCLUDEPATH += ../qt
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 223507
:
154413
| 154415