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>bb10
parent
e924143a90
commit
11eefaf0f7
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue