remove bogus comment
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 23 Jan 2012 15:08:39 +0000 (16:08 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jan 2012 12:55:43 +0000 (13:55 +0100)
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>
bin/syncqt

index 13e1c43..adaac3e 100755 (executable)
@@ -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"