[Webkit-unassigned] [Bug 57015] [Qt] Make WebKit compile with modularized Qt with prefix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 24 01:19:40 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57015
--- Comment #17 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com> 2011-05-24 01:19:39 PST ---
(From update of attachment 88777)
View in context: https://bugs.webkit.org/attachment.cgi?id=88777&action=review
> ChangeLog:8
> + Make WebKit compile with modularized Qt with prefix
No need to repeat this line.
> Source/JavaScriptCore/JavaScriptCore.pro:-30
> -CONFIG(QTDIR_build) {
> - # Remove the following 2 lines if you want debug information in JavaScriptCore
> - CONFIG -= separate_debug_info
> - CONFIG += no_debug_info
> -}
> -
- This should be synchronized with the same section in WebCore.pri.
- I don't think this should be completely removed though, this was a nice compromise for people, just wanting to use WebKit as a library, that have flacky linkers regarding memory space limits.
We really need this for debug SDK builds.
> Source/WebCore/features.pri:22
> -CONFIG(QTDIR_build) {
> +!isEmpty(QT_SOURCE_TREE) {
Do you know if this is always true for SDK builds?
In any case we can get that to work later if it doesn't.
--
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