I am trying to enable mouse dragging on a Google Maps applicaiton. There seems to be a known issue with this according to

https://lists.webkit.org/pipermail/w...er/000974.html which states



The right solution is to get Google Maps to stop sending you the touch
UI, but you could of course compile QtWebKit with
DEFINES+=ENABLE_TOUCH_EVENTS=0 (this is currently set to 1 in
WebCore/features.pri)



Is there a way I can do this at runtime as I am not compliling the WebCore right now and I do not wish to do this?

If there is not, how do i compile this from Creator?

Ken