RESOLVED DUPLICATE of bug 22683 22676
WebKitTools/Scripts/build-webkit --qt fails
https://bugs.webkit.org/show_bug.cgi?id=22676
Summary WebKitTools/Scripts/build-webkit --qt fails
Bernhard Rosenkraenzer
Reported 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.
Attachments
Eric Seidel (no email)
Comment 1 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 ***
Note You need to log in before you can comment on or make changes to this bug.