summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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;