Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448680 Details for
Bug 595486
lxqt-base/lxqt-config-0.10.0 compilation failure : qiconloader_p.h not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Hack to allow for a successful compilation.
lxqt-config-0.10.0-build-hack-595486.patch (text/plain), 971 bytes, created by
Chiitoo
on 2016-10-01 10:02:44 UTC
(
hide
)
Description:
Hack to allow for a successful compilation.
Filename:
MIME Type:
Creator:
Chiitoo
Created:
2016-10-01 10:02:44 UTC
Size:
971 bytes
patch
obsolete
>--- /lxqt-config-appearance/iconthemeconfig.cpp 2015-11-02 07:36:28.000000000 +0200 >+++ /lxqt-config-appearance/iconthemeconfig.cpp 2016-10-01 12:43:10.558483728 +0300 >@@ -35,9 +35,7 @@ > #include <QIcon> > #include <QDebug> > >-#include <private/qtxdg/qiconloader_p.h> >- >-using namespace QtXdg; >+#include <private/qiconloader_p.h> > > IconThemeConfig::IconThemeConfig(LXQt::Settings* settings, QWidget* parent): > QWidget(parent), >--- /lxqt-config-appearance/iconthemeinfo.cpp 2015-11-02 07:36:28.000000000 +0200 >+++ /lxqt-config-appearance/iconthemeinfo.cpp 2016-10-01 12:43:24.733050921 +0300 >@@ -33,14 +33,12 @@ > #include "iconthemeinfo.h" > #include <QDebug> > >-#include <private/qtxdg/qiconloader_p.h> >+#include <private/qiconloader_p.h> > > #include <QStringBuilder> > > #define PREVIEW_ICON_SIZE 22 > >-using namespace QtXdg; >- > /* > * This algorithm is defined by the freedesktop spec: > * http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
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 595486
:
448390
| 448680