Searched refs:isWK2 (Results 1 – 4 of 4) sorted by relevance
76 my $isWK2;744 sub isWK2() subroutine746 if (defined($isWK2)) {747 return $isWK2;750 $isWK2 = 1;752 $isWK2 = 0;754 return $isWK2;
50 if (isWK2()) {
523 push @options, "--qmakearg=CONFIG+=webkit2" if isWK2();
2568 (The isWK2() function removes it from @ARGV, but not from @options.)