forked from qt-creator/qt-creator
Android: Don't use -silent for ant
That command line option was new in 1.9.0. We can't yet depend on that. Change-Id: I5231a735da7248e1102db446d6207a6a3e9dd72b Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -613,7 +613,7 @@ bool AndroidPackageCreationStep::createPackage()
|
||||
emit addOutput(tr("Copy Qt app & libs to Android package ..."), MessageOutput);
|
||||
|
||||
QStringList build;
|
||||
build << QLatin1String("-silent");
|
||||
// build << QLatin1String("-silent"); //TODO depends on ant 1.9.0, enabled, not *now*
|
||||
build << QLatin1String("clean");
|
||||
QFile::remove(m_gdbServerDestination.toString());
|
||||
if (m_signPackageForRun) {
|
||||
|
||||
Reference in New Issue
Block a user