Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287701 Details for
Bug 384425
qxmlrpc : New package ( ebuild included )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
exclude qtgui from the library as it isn't needed
05_do_not_link_gui.patch (text/plain), 814 bytes, created by
Filip Brcic
on 2011-09-25 12:00:12 UTC
(
hide
)
Description:
exclude qtgui from the library as it isn't needed
Filename:
MIME Type:
Creator:
Filip Brcic
Created:
2011-09-25 12:00:12 UTC
Size:
814 bytes
patch
obsolete
>Index: qxmlrpc-0.0.svn6/xmlrpc/stable.h >=================================================================== >--- qxmlrpc-0.0.svn6.orig/xmlrpc/stable.h 2010-06-04 18:23:58.000000000 +0400 >+++ qxmlrpc-0.0.svn6/xmlrpc/stable.h 2010-06-04 18:24:20.000000000 +0400 >@@ -2,7 +2,6 @@ > #ifndef STABLE_H > #define STABLE_H > #if defined(__cplusplus) and not defined(__OBJC__) >- #include <QtGui> > #include <QtXml> > #include <QtCore> > #include <QtNetwork> >Index: qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro >=================================================================== >--- qxmlrpc-0.0.svn6.orig/xmlrpc/xmlrpc.pro 2010-06-04 18:23:54.000000000 +0400 >+++ qxmlrpc-0.0.svn6/xmlrpc/xmlrpc.pro 2010-06-04 18:24:12.000000000 +0400 >@@ -10,6 +10,7 @@ > DEPENDPATH += . > INCLUDEPATH += . .. > >+QT -= gui > QT += xml > QT += network >
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 384425
:
287691
|
287693
|
287695
|
287697
|
287699
| 287701 |
287713