[Webkit-unassigned] [Bug 57018] [Qt] Remove modular references after support for the flag was removed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 03:16:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57018





--- Comment #8 from Csaba Osztrogonac <ossy at webkit.org>  2011-03-31 03:16:47 PST ---
I chekced it on the buildbot. 

contains(QT_CONFIG, modular) - false
!contains(QT_CONFIG, uitools) - true
disable_uitools - false

Accordingly the original "contains(QT_CONFIG, modular):!contains(QT_CONFIG, uitools)|disable_uitools" is false, but my Symbian buildfix: "!contains(QT_CONFIG, uitools)|disable_uitools" is true.

It is absolutely incorrect, because with Qt 4.7.2, I have working uitools,
but don't have modular in my QT_CONFIG and don't have uitools in my QT_CONFIG.

I'm going to check how can we make Qt 4.7.2 and Qt trunk users happy.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list