On Sun, Sep 06, 2015 at 11:10:29AM +0200, David Faure wrote:
> This seems to be a bug in Qt.
> The code in qtAddModules (qtbase/mkspecs/features/qt_functions.prf )
> turns "core gui KParts" into "core gui + all the deps from KParts". But 
> KParts itself is missing.
> 
> If I change
>     # Topological resolution of modules based on their QT.<module>.depends 
> variable
>     $$1 = $$resolve_depends($$1, "QT.")
> to
>     # Topological resolution of modules based on their QT.<module>.depends 
> variable
>     $$1 += $$resolve_depends($$1, "QT.")
> the problem is solved (note += instead of =).
> 
> Oswald, do you confirm that this is the right fix?
> 
nope. $$resolve_depends() is not supposed to drop anything, at least if
the .depends variables are correctly populated.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to