WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 80590
77955
[Qt] Build with Qt 5 should create cmake configuration files
https://bugs.webkit.org/show_bug.cgi?id=77955
Summary
[Qt] Build with Qt 5 should create cmake configuration files
Simon Hausmann
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Tor Arne Vestbø
Comment 1
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?
Simon Hausmann
Comment 2
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
steveire
Comment 3
2012-02-07 04:47:57 PST
There is no need for a cmake binary at qmake time.
Simon Hausmann
Comment 4
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
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug