Bug 35578 - [Qt] QtScript doesn't compile on Windows
Summary: [Qt] QtScript doesn't compile on Windows
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Windows Vista
: P2 Enhancement
Assignee: Jędrzej Nowacki
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 31863
  Show dependency treegraph
 
Reported: 2010-03-02 07:03 PST by Jędrzej Nowacki
Modified: 2011-07-07 07:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jędrzej Nowacki 2010-03-02 07:03:52 PST
The QtScript doesn't compile on Windows, it is caused by lacking different export macros.

- Q_CORE_EXPORT inside qscriptconverter_p.h (see bug 34850).
- Q_JAVASCRIPT_EXPORT inside all public classes definition.
Comment 1 Jędrzej Nowacki 2011-07-07 07:52:42 PDT
Porting QtScript API over JSC C API will not be continued.