Searched defs:isQt (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dwebkitdirs.pm64 my $isQt;
282 push(@args, '--qt') if isQt();
369 $productDir .= "/JavaScriptCore" if isQt();
370 $productDir .= "/$configuration" if (isQt() && isWindows());
605 if (isQt()) {
683 sub isQt() subroutine
686 return $isQt;
759 return if defined($isQt);
763 $isQt = 1;
769 $isQt
[all...]

Completed in 36 milliseconds