Bug 35578
Summary: | [Qt] QtScript doesn't compile on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jędrzej Nowacki <jedrzej.nowacki> |
Component: | JavaScriptCore | Assignee: | Jędrzej Nowacki <jedrzej.nowacki> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | cmarcelo, jedrzej.nowacki |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Windows Vista | ||
Bug Depends on: | |||
Bug Blocks: | 31863 |
Jędrzej Nowacki
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jędrzej Nowacki
Porting QtScript API over JSC C API will not be continued.