diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-12 11:57:25 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-12 11:58:21 (GMT) |
commit | 4747765bc41fbe3c1ead61693a86b280601dda6e (patch) | |
tree | f8a4bb937cd51b72682945d940ab32f03e1e058b /util | |
parent | 5a4877c5cb3cce096aafed5eab619c44b660901b (diff) | |
download | Qt-4747765bc41fbe3c1ead61693a86b280601dda6e.zip Qt-4747765bc41fbe3c1ead61693a86b280601dda6e.tar.gz Qt-4747765bc41fbe3c1ead61693a86b280601dda6e.tar.bz2 |
Fix import of WebKit.
Don't try to remove WebCore/svg/graphics/wince, it doesn't exist anymore.
Reviewed-by: Trust me
Diffstat (limited to 'util')
-rwxr-xr-x | util/webkit/mkdist-webkit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index c601f76..5550cf8 100755 --- a/util/webkit/mkdist-webkit +++ b/util/webkit/mkdist-webkit @@ -133,7 +133,6 @@ excluded_directories="$excluded_directories WebCore/accessibility/win" excluded_directories="$excluded_directories WebCore/accessibility/wx" excluded_directories="$excluded_directories WebCore/storage/wince" -excluded_directories="$excluded_directories WebCore/svg/graphics/wince" excluded_directories="$excluded_directories WebCore/platform/wx" excluded_directories="$excluded_directories WebKit/gtk" |