[Webkit-unassigned] [Bug 34051] [Qt] Fix compilation on Maemo5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 01:35:36 PST 2010


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





--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2010-01-25 01:35:35 PST ---
(In reply to comment #3)
> Symbian port of Qt does not come with uitools either. I think Maemo5 and
> Symbian should have the same solution for this. Maybe a simple line WebKit.pri
> would do ? 
> 
> @@ -77,6 +77,8 @@
>      QMAKE_CXXFLAGS.ARMCC += $$RVCT_COMMON_CXXFLAGS
>  }
> 
> +maemo5: DEFINES *= QT_NO_UITOOLS
> +
>  contains(DEFINES, QT_NO_UITOOLS): CONFIG -= uitools

Ohh, you're right, that's better. I didn't see that the fix for Symbian was
done there, I thought uitools was built there. Ok, I'll fix it :)

> 
> A while back I proposed to create a mobile profile for QtWebKit to combine
> Maemo5, Symbian and perhaps WinCE and embedded. Maybe it would be a good time
> to introduce that ?

Yeah, in the long run we need that. I'd like to see that come out of Qt.

-- 
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