Bug 24841

Summary: Fix linking against QtWebKit for RVCT and Symbian
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, norbert.leser, yael
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: S60 3rd edition   
Bug Depends on:    
Bug Blocks: 27065    
Attachments:
Description Flags
Fix linking against QtWebKit for RVCT and Symbian
none
Revised patch based on feedback received ! hausmann: review+

Description Laszlo Gombos 2009-03-26 07:48:24 PDT
Fix linking against QtWebKit for RVCT and Nokia/Symbian x86 compiler (Carbide) by fixing the EXPORT macros.

RVCT and Nokia/Symbian x86 compiler expect similar syntax for marking symbols to be exported as MSVC on WIN.

Patch proposal will follow.
Comment 1 Laszlo Gombos 2009-03-26 07:54:41 PDT
Created attachment 28968 [details]
Fix linking against QtWebKit for RVCT and Symbian

Thanks for Norbert Leser  <norbert.leser@nokia.com> for help.
Comment 2 Laszlo Gombos 2009-03-30 18:11:10 PDT
Created attachment 29103 [details]
Revised patch based on feedback received !

Instead of white-listing Windows and other platforms, remove the test entirely and apply it to all platforms supported by Qt.

Thanks for Kristian Amlie, Norbert Leser and Simon Hausmann for help/feedback !
Comment 3 Simon Hausmann 2009-04-14 13:15:34 PDT
Thanks Laszlo, landed in r42515