Bug 77955
| Summary: | [Qt] Build with Qt 5 should create cmake configuration files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Hausmann <hausmann> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | steveire, vestbo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 76773 | ||
Simon Hausmann
Other Qt modules upon build time create cmake configuration files, through the CONFIG += create_cmake line in qt_module_config.pri that is used by all Qt modules except WebKit.
We should either add CONFIG += create_cmake ourselves or use qt_module_config.pri.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
Why are we doing this unconditionally in Qt anyways? Is there even a check for a cmake binary?
Simon Hausmann
(In reply to comment #1)
> Why are we doing this unconditionally in Qt anyways? Is there even a check for a cmake binary?
Making cmake support optional was rejected in
http://codereview.qt-project.org/#change,12807
steveire
There is no need for a cmake binary at qmake time.
Simon Hausmann
Bug #80590 is going to provide the implementation of this.
*** This bug has been marked as a duplicate of bug 80590 ***