Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created May 5, 2009 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torarnv/106903 to your computer and use it in GitHub Desktop.
Save torarnv/106903 to your computer and use it in GitHub Desktop.
commit 21914029f5d32b63675d00eb344497fecafc8e4c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue May 5 10:54:38 2009 +0200
Mention --qt as an option in the build-webkit help
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 82f2f9a..b35cdc4 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -75,6 +75,7 @@ Usage: $programName [options] [options to pass to build system]
--clean Cleanup the build directory
--[no-]coverage Toggle code coverage support (default: $coverageSupport)
--gtk Build the GTK+ port
+ --qt Build the Qt port
--[no-]3d-rendering Toggle 3D rendering support (default: $threeDRenderingSupport)
--[no-]channel-messaging Toggle MessageChannel and MessagePort support (default: $channelMessagingSupport)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment