mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-22 06:19:46 +08:00
be explicit about qtbase/configure failing
so one has a base directory for paths it reports. Task-number: QTBUG-25190 Change-Id: Ib222e2d7b07bf986a9eccd6934e51574b5a5a052 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
6562d7b44d
commit
c2543dc358
5
configure
vendored
5
configure
vendored
@@ -95,7 +95,10 @@ if (-e ".qmake.cache") {
|
||||
unlink ".qmake.cache";
|
||||
}
|
||||
my $ret = system_v("$relpath/qtbase/configure @ARGV");
|
||||
exit ($ret>>8) unless ($ret == 0);
|
||||
if ($ret != 0) {
|
||||
print "*** qtbase/configure exited with non-zero status.\n";
|
||||
exit ($ret>>8) ;
|
||||
}
|
||||
if (! -e ".qmake.cache") {
|
||||
# Even though there was no error code, this file wasn't created
|
||||
# so configure didn't finish properly. This is probably because
|
||||
|
||||
Reference in New Issue
Block a user