Bug 27510 - [S60 QtWebKit] Don't put some intermediate generated files into the final mmp project file for linking.
Summary: [S60 QtWebKit] Don't put some intermediate generated files into the final mmp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator Other
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks: 27065
  Show dependency treegraph
 
Reported: 2009-07-21 12:39 PDT by Yongjun Zhang
Modified: 2009-07-23 13:48 PDT (History)
2 users (show)

See Also:


Attachments
Point variable_out properties of effected custom compilers to empty, to avoid putting generated files into mmp project file. (4.76 KB, patch)
2009-07-21 12:47 PDT, Yongjun Zhang
no flags Details | Formatted Diff | Diff
update the patch discription to mention it is a workaround for qmake bug in Symbian port. (4.73 KB, patch)
2009-07-23 13:16 PDT, Yongjun Zhang
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yongjun Zhang 2009-07-21 12:39:35 PDT
Some generated files (like CSSPropertyNames.cpp, ColorData.c, tokenizer.cpp) are to be included in WebCore source files.  In S60 port, they are put into the final mmp project, perceived as normal source file.  This breaks the build in S60 qtwebkit because some of them are not intended for building separately.
Comment 1 Yongjun Zhang 2009-07-21 12:47:10 PDT
Created attachment 33201 [details]
Point variable_out properties of effected custom compilers to empty, to avoid putting generated files into mmp project file.
Comment 2 Yongjun Zhang 2009-07-23 13:16:51 PDT
Created attachment 33359 [details]
update the patch discription to mention it is a workaround for qmake bug in Symbian port.
Comment 3 Simon Hausmann 2009-07-23 13:46:00 PDT
Comment on attachment 33359 [details]
update the patch discription to mention it is a workaround for qmake bug in Symbian port.

r=me
Comment 4 Simon Hausmann 2009-07-23 13:48:37 PDT
Landed in r46284