Summary: | Qt designer doesn't find all the KDE widgets! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Giorgos Tsiapaliwkas <terietor> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
from the ebuilds
from the master emerge --info patch to unconditionally install the qt-designer widgets |
Description
Giorgos Tsiapaliwkas
2011-08-11 14:23:38 UTC
Created attachment 282921 [details]
from the ebuilds
Created attachment 282923 [details]
from the master
Which versions of qt-designer and kde, please? emerge --info please... Created attachment 283089 [details]
emerge --info
My KDE/Qt related information
$ kde4-config -v
Qt: 4.7.3
KDE Development Platform: 4.7.00 (4.7.0)
kde4-config: 1.0
thanks
Can you inform me please with the status of the current bug? I have found the solution for the current bug. The CMakeLists.txt of kdelibs/kdewidgets in the 28 line checks for qt designer,so if you first install the designer and then kdelibs everything will be fine,but if you install first the kdelibs and then the designer then cmake will not find the designer and it will not create the required view column for the widgets. The widgets are being created/installed in the system in both situation but the source code which creates their visual appearence it doesn't. So should we have to add a "ewarning" in the ebuild? thanks (In reply to comment #6) > I have found the solution for the current bug. > > The CMakeLists.txt of kdelibs/kdewidgets in the 28 line checks for qt > designer,so if you first install the designer and then kdelibs everything will > be fine,but if you install first the kdelibs and then the designer then cmake > will not find the designer and it will not create the required view column for > the widgets. > > The widgets are being created/installed in the system in both situation but the > source code which creates their visual appearence it doesn't. Thanks for digging into this... the problem is, noone with a pure gentoo install will ever hit it because qt designer is build together with qt-gui... I'll have a closer look. (In reply to comment #7) > Thanks for digging into this... the problem is, noone with a pure gentoo > install will ever hit it because qt designer is build together with qt-gui... ... and for the same reason I cannot really test it. Could you please try the attached trivial kdelibs patch? I do not see anything in this codeblock that actually requires designer... Created attachment 287549 [details, diff]
patch to unconditionally install the qt-designer widgets
(In reply to comment #8) > (In reply to comment #7) > > Thanks for digging into this... the problem is, noone with a pure gentoo > > install will ever hit it because qt designer is build together with qt-gui... > > ... and for the same reason I cannot really test it. > > Could you please try the attached trivial kdelibs patch? I do not see anything > in this codeblock that actually requires designer... Ping? Not really applicable to Gentoo. |