Lines Matching refs:isQt
61 my $isQt;
245 push(@args, '--qt') if isQt();
326 $productDir .= "/JavaScriptCore" if isQt();
327 $productDir .= "/$configuration" if (isQt() && isWindows());
539 if (isQt()) {
599 sub isQt()
602 return $isQt;
644 return if defined($isQt);
648 $isQt = 1;
654 $isQt = 0;
658 $isQt = defined($ENV{'QTDIR'});
764 return !(isQt() or isGtk() or isWx() or isChromium());
851 if (isGtk() || isQt() || isWx()) {
862 } elsif (isQt()) {
890 } elsif (isGtk() or isQt() or isWx()) {
1033 } elsif (isQt() || isGtk()) {
1048 return system "rsync", "-aut", "--exclude=/.DS_Store", "--exclude=.svn/", !isQt() ? "--exclude=/WebKit.qrc" : "", $sourceInspectorPath, $inspectorResourcesDirPath;
1445 } elsif (isQt()) {