Bug 22676 - WebKitTools/Scripts/build-webkit --qt fails
Summary: WebKitTools/Scripts/build-webkit --qt fails
Status: RESOLVED DUPLICATE of bug 22683
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 02:09 PST by Bernhard Rosenkraenzer
Modified: 2008-12-05 10:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Rosenkraenzer 2008-12-05 02:09:53 PST
When using WebKitTools/Scripts/build-webkit --qt in recent snapshots, the build process fails saying

WebKitTools/Scripts/build-webkit --qt --svg --svg-animation --svg-filters --svg-foreign-object --svg-fonts --svg-as-image --svg-use --xpath --xslt --video
Calling 'qmake --qt CONFIG+=qt-port -r OUTPUT_DIR=/usr/src/ark/BUILD/WebKit/WebKitBuild/Release /usr/src/ark/BUILD/WebKit/WebKit.pro CONFIG+=release CONFIG-=debug' in /usr/src/ark/BUILD/WebKit/WebKitBuild/Release

***Unknown option --qt
Usage: qmake [mode] [options] [files]
[...]


The problem is that --qt is being passed to qmake, which doesn't take that option.
Simply omitting the --qt (and relying on build-webkit doing the right thing because QTDIR is set) works.
Comment 1 Eric Seidel (no email) 2008-12-05 10:54:34 PST
So this was an intentional change, which clearly needs to be rolled-out, or improved upon.  See my reply to bug 22683 which is the same bug.

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