Lines Matching refs:productDir
414 my $productDir = productDir();
415 $productDir .= "/bin" if isQt();
416 $productDir .= "/Programs" if isGtk();
437 my $dumpTool = File::Spec->catfile($productDir, $dumpToolName);
438 die "can't find executable $dumpToolName (looked in $productDir)\n" unless -x $dumpTool;
440 my $imageDiffTool = "$productDir/ImageDiff";
443 die "can't find executable $imageDiffTool (looked in $productDir)\n" if $pixelTests && !-x $imageDi…
448 push @INC, $productDir;
1506 $CLEAN_ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1519 $CLEAN_ENV{WEBKIT_INSPECTOR_PATH} = "$productDir/resources/inspector";
1523 $CLEAN_ENV{QTWEBKIT_PLUGIN_PATH} = productDir() . "/lib/plugins";