Bug 77955 - [Qt] Build with Qt 5 should create cmake configuration files
Summary: [Qt] Build with Qt 5 should create cmake configuration files
Status: RESOLVED DUPLICATE of bug 80590
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76773
  Show dependency treegraph
 
Reported: 2012-02-07 02:57 PST by Simon Hausmann
Modified: 2012-03-08 10:59 PST (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 Simon Hausmann 2012-02-07 02:57:34 PST
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.
Comment 1 Tor Arne Vestbø 2012-02-07 03:12:10 PST
Why are we doing this unconditionally in Qt anyways? Is there even a check for a cmake binary?
Comment 2 Simon Hausmann 2012-02-07 03:40:42 PST
(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
Comment 3 steveire 2012-02-07 04:47:57 PST
There is no need for a cmake binary at qmake time.
Comment 4 Simon Hausmann 2012-03-08 10:59:47 PST
Bug #80590 is going to provide the implementation of this.

*** This bug has been marked as a duplicate of bug 80590 ***