summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-23 15:40:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-27 13:55:36 +0100
commite924143a908aab16bc551c80e43b10412743d966 (patch)
treec7ee15fe627806740cce6f07db0990044e3da261 /bin
parenta29180a4553ed598b74bc0a3d397a638ce3380fe (diff)
delete handling of dead -base-dir argument
Change-Id: I4f69ea213f996f99d2ad8b00efbaf85882e59e27 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/syncqt b/bin/syncqt
index e4e01686a8..13e1c43e63 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -694,10 +694,6 @@ while ( @ARGV ) {
} elsif($arg eq "-qtdir") {
$var = "qtdir";
$val = shift @ARGV;
- } elsif($arg eq "-base-dir") {
- # skip, it's been dealt with at the top of the file
- shift @ARGV;
- next;
} elsif($arg eq "-generator") {
$var = "makefile_generator";
$val = shift @ARGV;