summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-23 16:08:39 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-27 13:55:43 +0100
commit11eefaf0f771d1f52c35fd860361149d573ea36b (patch)
tree41a695586f887a73a725d4da8ab3281f0b6fb525 /bin
parente924143a908aab16bc551c80e43b10412743d966 (diff)
remove bogus comment
Change-Id: Ibd2d974ac46f80953f628e8d7c93e742e4c8eb23 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> 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 13e1c43e63..adaac3e5dd 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -798,10 +798,6 @@ while ( @ARGV ) {
}
}
-# if the $qtbasedir neither has 'qtbase' somewhere in its path, nor a
-# '.qmake.cache' file in its directory, we assume it's not a valid path
-# (remember that a yet-to-be-built qtbase doesn't have this file either,
-# thus the 'qtbase' path check!)
die "Cannot automatically detect/use provided path to QtBase's build directory!\n" .
"QTDIR detected/provided: " . (defined $qtbasedir ? $qtbasedir : "-none-") . "\n" .
"Please use the -qtdir option to provide the correct path.\nsyncqt failed"