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:
BogDan Vatra 2020-05-22 12:58:50 +03:00 committed by Assam Boudjelthia
parent b443775ee9
commit 86e90aa346

View File

@ -454,7 +454,7 @@ int main(int argc, char *argv[])
qPrintable(g_options.apkPath)); qPrintable(g_options.apkPath));
return 1; return 1;
} }
if (!execCommand(g_options.makeCommand, nullptr, g_options.verbose)) { if (!execCommand(g_options.makeCommand, nullptr, true)) {
if (!g_options.skipAddInstallRoot) { if (!g_options.skipAddInstallRoot) {
// we need to run make INSTALL_ROOT=path install to install the application file(s) first // we need to run make INSTALL_ROOT=path install to install the application file(s) first
if (!execCommand(QStringLiteral("%1 INSTALL_ROOT=%2 install") if (!execCommand(QStringLiteral("%1 INSTALL_ROOT=%2 install")