[Webkit-unassigned] [Bug 34051] [Qt] Fix compilation on Maemo5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 24 19:58:33 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34051
Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |laszlo.1.gombos at nokia.com
--- Comment #3 from Laszlo Gombos <laszlo.1.gombos at nokia.com> 2010-01-24 19:58:33 PST ---
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
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 ?
--
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