Re: [kdelibs/frameworks] staging/kio/src/widgets: Make KIOWidgets link against KWidgetsAddons as KEditListWidget is used

2013-09-26 Thread Stephen Kelly
David Edmundson wrote: > Make KIOWidgets link against KWidgetsAddons as KEditListWidget is used > KWidgetsAddons is already a dependency of KIOWidgets via KCompletion. http://quickgit.kde.org/?p=kdelibs.git&a=commit&h=bdae65595d67 This should not be needed. Did you need it somehow? If you did

Re: [kdelibs/frameworks] staging/kio/src/widgets: Make KIOWidgets link against KWidgetsAddons as KEditListWidget is used

2013-09-26 Thread David Edmundson
We had compile failures without it, http://build.kde.org/job/kdelibs_frameworks_qt5/1282/console This patch makes it compile. I think it is needed because keditlistwidget is in the public headers, so an app using KIOWidgets (in this case the kiowidgets tests, which is the part failing) needs to kn