git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23705
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-06-21 Lars Knoll <lars@trolltech.com>
+
+ Reviewed by Simon.
+
+ look for the Qt library in the installed location
+
+ * Scripts/webkitdirs.pm:
+
2007-06-20 Geoffrey Garen <ggaren@apple.com>
Reviewed by Adele Peterson, Oliver Hunt, Anders Carlsson.
my $path = shift;
if (isQt() and $path =~ /WebCore/) {
- $path .= "/../lib/libQtWebKit.so";
+ $path = $ENV{QTDIR}."/lib/libQtWebKit.so";
}
if (isGdk() and $path =~ /WebCore/) {