RESOLVED FIXED 27510
[S60 QtWebKit] Don't put some intermediate generated files into the final mmp project file for linking.
https://bugs.webkit.org/show_bug.cgi?id=27510
Summary [S60 QtWebKit] Don't put some intermediate generated files into the final mmp...
Yongjun Zhang
Reported 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.
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
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+
Yongjun Zhang
Comment 1 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.
Yongjun Zhang
Comment 2 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.
Simon Hausmann
Comment 3 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
Simon Hausmann
Comment 4 2009-07-23 13:48:37 PDT
Landed in r46284
Note You need to log in before you can comment on or make changes to this bug.