Home
last modified time | relevance | path

Searched refs:isQt (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitTools/Scripts/
Dwebkitdirs.pm61 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() subroutine
602 return $isQt;
644 return if defined($isQt);
648 $isQt = 1;
654 $isQt = 0;
[all …]
Dbuild-webkit93 …define => "ENABLE_FILTERS", default => (isAppleWebKit() || isGtk() || isQt()), value => \$filtersS…
169 if (isQt()) {
316 } elsif (isQt()) {
352 if ((isGtk() || isQt()) && $dir ne "WebKit") {
359 } elsif (isQt()) {
Dbuild-dumprendertree72 } elsif (isQt() || isGtk() || isWx()) {
Dbuild-jsc70 } elsif (isQt() or isGtk() or isWx()) {
Drun-launcher48 if (isQt()) {
Drun-webkit-tests191 } elsif (isQt()) {
336 $productDir .= "/bin" if isQt();
1042 } elsif (isQt()) {
1312 if (isQt()) {
/external/webkit/WebKitTools/
DChangeLog-2009-06-1613264 Refactoring of buildQMakeGdkProject()/buildQMakeQtProject() and isGdk()/isQt()
14044 webkitdir.pm::isQt() is not working properly in run-webkit-tests under Linux/Qt
14047 Now isQt() and isGdk() use global variables that are only set once.
20600 Use -expected-qt.txt etc.. output in run-webkit-test if isQt().
DChangeLog11467 wx build fix. Make sure isQt() doesn't return true if --wx was passed to build-webkit.