Home | History | Annotate | Download | only in Scripts

Lines Matching refs:productDir

335 my $productDir = productDir();
336 $productDir .= "/bin" if isQt();
337 $productDir .= "/Programs" if isGtk();
374 my $dumpTool = "$productDir/$dumpToolName";
375 die "can't find executable $dumpToolName (looked in $productDir)\n" unless -x $dumpTool;
377 my $imageDiffTool = "$productDir/ImageDiff";
379 die "can't find executable $imageDiffTool (looked in $productDir)\n" if $pixelTests && !-x $imageDiffTool;
384 push @INC, $productDir;
1302 $CLEAN_ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1313 $CLEAN_ENV{QTWEBKIT_PLUGIN_PATH} = productDir() . "/lib/plugins";