Bug 77955

Summary: [Qt] Build with Qt 5 should create cmake configuration files
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: PlatformAssignee: 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    

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 ***