Be verbose
make apk takes a LOT of time, showing that it's not hanged it's useful. Change-Id: I4fb11e0f535cf2311d71dff3710135b465ecc06b Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
parent
b443775ee9
commit
86e90aa346
@ -454,7 +454,7 @@ int main(int argc, char *argv[])
|
||||
qPrintable(g_options.apkPath));
|
||||
return 1;
|
||||
}
|
||||
if (!execCommand(g_options.makeCommand, nullptr, g_options.verbose)) {
|
||||
if (!execCommand(g_options.makeCommand, nullptr, true)) {
|
||||
if (!g_options.skipAddInstallRoot) {
|
||||
// we need to run make INSTALL_ROOT=path install to install the application file(s) first
|
||||
if (!execCommand(QStringLiteral("%1 INSTALL_ROOT=%2 install")
|
||||
|
Loading…
Reference in New Issue
Block a user