Home | History | Annotate | Download | only in Scripts

Lines Matching refs:qmake

65 my $qmakebin = "qmake"; # Allow override of the qmake binary from $PATH
711 die "ERROR: qmake missing but required to build WebKit.\n" if not commandExists($qmakebin);
1385 my $compiler = retrieveQMakespecVar("$mkspec/qmake.conf", "QMAKE_CC");
1597 if ($opt =~ /^--qmake=(.*)/i ) {
1619 # On Symbian qmake needs to run in the same directory where the pro file is located.
1645 # FIXME: Iterate over different source directories manually to workaround a problem with qmake+extraTargets+s60
1714 # On Symbian qmake needs to run in the same directory where the pro file is located.